Html Css Color HEX #B24D36 Orange Roughy

📋 copy color: '#B24D36'

red 178 ◦ green 77 ◦ blue 54

#B24D36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #B24D36

Tints of Orange Roughy #B24D36

RGB

 RED value IS 178 (69.92% from 255) = 57.61%

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 57.61%
G = 24.92%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B24D36 (or 0xB24D36) is known color: Orange Roughy. HEX triplet: B2, 4D and 36. RGB value is (178,77,54). Sum of RGB (Red+Green+Blue) = 178+77+54=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D36 is #4DB2C9. Grayscale: #686868. Windows color (decimal): -5092042 or 3558834. OLE color: 3558834.

HSL color Cylindrical-coordinate representation of color #B24D36: hue angle of 11.13º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24D36 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 77 54 -
CMYK 0 0.57 0.70 0.30
HSL 11.13º 0.53% 0.45% -
HSV(B) 11.13º 0.7% 0.7% -
XYZ 21.68 15.04 5.25 -
YUV 104.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 178 77 54 0 0.57 0.70 0.30 11.13 0.53 0.45
Hex B2 4D 36 0 39 46 1E B 35 2D
Octal 262 115 66 0 71 106 36 13 65 55
Binary 10110010 1001101 110110 0 111001 1000110 11110 1011 110101 101101

Color Harmonies of #B24D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D36

Black with #B24D36

Text Example


Text Example

White with #B24D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D36; }

 p { color: rgb(178,77,54); }

 H1.HeaderClassName
 {
   color: #B24D36;
 }
 .AnyTagClassName
 {
   color: #B24D36;
 }
</style>

background-color css

<style>
 a { background-color: #B24D36; }

 a { background-color: rgb(178,77,54); }

 div.DivClassName
 {
   background-color: #B24D36;
 }
 .BgClassName
 {
   background-color: #B24D36;
 }
</style>

border-color css

<style>
 span { border-color: #B24D36; }

 span { border-color: rgb(178,77,54); }

 td.TdClassName
 {
   border-color: #B24D36;
 }
 .TagClassName
 {
   border-color: #B24D36;
 }
</style>