Html Css Color HEX #B42B13 Fire Brick

📋 copy color: '#B42B13'

red 180 ◦ green 43 ◦ blue 19

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

Shades of Fire Brick #B42B13

Tints of Fire Brick #B42B13

RGB

 RED value IS 180 (70.7% from 255) = 74.38%

 GREEN value IS 43 (17.19% from 255) = 17.77%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 74.38%
G = 17.77%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42B13 (or 0xB42B13) is known color: Fire Brick. HEX triplet: B4, 2B and 13. RGB value is (180,43,19). Sum of RGB (Red+Green+Blue) = 180+43+19=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B13 is #4BD4EC. Grayscale: #515151. Windows color (decimal): -4969709 or 1256372. OLE color: 1256372.

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

Color convert

RGB 180 43 19 -
CMYK 0 0.76 0.89 0.29
HSL 8.94º 0.81% 0.39% -
HSV(B) 8.94º 0.89% 0.71% -
XYZ 19.8 11.48 1.79 -
YUV 81.23 92.89 198.45 -
System Red Green Blue C M Y K H S L
Decimal 180 43 19 0 0.76 0.89 0.29 8.94 0.81 0.39
Hex B4 2B 13 0 4C 59 1D 9 51 27
Octal 264 53 23 0 114 131 35 11 121 47
Binary 10110100 101011 10011 0 1001100 1011001 11101 1001 1010001 100111

Color Harmonies of #B42B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B13

Black with #B42B13

Text Example


Text Example

White with #B42B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B13; }

 p { color: rgb(180,43,19); }

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

background-color css

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

 a { background-color: rgb(180,43,19); }

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

border-color css

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

 span { border-color: rgb(180,43,19); }

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