Html Css Color HEX #B62514 Fire Brick

📋 copy color: '#B62514'

red 182 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #B62514

Tints of Fire Brick #B62514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 76.15%
G = 15.48%
B = 8.37%

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

#B62514 (or 0xB62514) is known color: Fire Brick. HEX triplet: B6, 25 and 14. RGB value is (182,37,20). Sum of RGB (Red+Green+Blue) = 182+37+20=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B62514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62514 is #49DAEB. Grayscale: #4E4E4E. Windows color (decimal): -4840172 or 1320374. OLE color: 1320374.

HSL color Cylindrical-coordinate representation of color #B62514: hue angle of 6.3º 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 #B62514 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 20 -
CMYK 0 0.80 0.89 0.29
HSL 6.3º 0.8% 0.4% -
HSV(B) 6.3º 0.89% 0.71% -
XYZ 20.08 11.32 1.79 -
YUV 78.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 182 37 20 0 0.80 0.89 0.29 6.3 0.8 0.4
Hex B6 25 14 0 50 59 1D 6 50 28
Octal 266 45 24 0 120 131 35 6 120 50
Binary 10110110 100101 10100 0 1010000 1011001 11101 110 1010000 101000

Color Harmonies of #B62514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62514

Black with #B62514

Text Example


Text Example

White with #B62514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62514; }

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

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

background-color css

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

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

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

border-color css

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

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

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