Html Css Color HEX #B62414 Fire Brick

📋 copy color: '#B62414'

red 182 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #B62414

Tints of Fire Brick #B62414

RGB

 RED value IS 182 (71.48% from 255) = 76.47%

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 76.47%
G = 15.13%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B62414 (or 0xB62414) is known color: Fire Brick. HEX triplet: B6, 24 and 14. RGB value is (182,36,20). Sum of RGB (Red+Green+Blue) = 182+36+20=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B62414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62414 is #49DBEB. Grayscale: #4E4E4E. Windows color (decimal): -4840428 or 1320118. OLE color: 1320118.

HSL color Cylindrical-coordinate representation of color #B62414: hue angle of 5.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B62414 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 20 -
CMYK 0 0.80 0.89 0.29
HSL 5.93º 0.8% 0.4% -
HSV(B) 5.93º 0.89% 0.71% -
XYZ 20.05 11.26 1.78 -
YUV 77.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 182 36 20 0 0.80 0.89 0.29 5.93 0.8 0.4
Hex B6 24 14 0 50 59 1D 6 50 28
Octal 266 44 24 0 120 131 35 6 120 50
Binary 10110110 100100 10100 0 1010000 1011001 11101 110 1010000 101000

Color Harmonies of #B62414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62414

Black with #B62414

Text Example


Text Example

White with #B62414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62414; }

 p { color: rgb(182,36,20); }

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

background-color css

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

 a { background-color: rgb(182,36,20); }

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

border-color css

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

 span { border-color: rgb(182,36,20); }

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