Html Css Color HEX #B42817 Fire Brick

📋 copy color: '#B42817'

red 180 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #B42817

Tints of Fire Brick #B42817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 74.07%
G = 16.46%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B42817 (or 0xB42817) is known color: Fire Brick. HEX triplet: B4, 28 and 17. RGB value is (180,40,23). Sum of RGB (Red+Green+Blue) = 180+40+23=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B42817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42817 is #4BD7E8. Grayscale: #505050. Windows color (decimal): -4970473 or 1517748. OLE color: 1517748.

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

Color convert

RGB 180 40 23 -
CMYK 0 0.78 0.87 0.29
HSL 6.5º 0.77% 0.4% -
HSV(B) 6.5º 0.87% 0.71% -
XYZ 19.74 11.28 1.95 -
YUV 79.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 180 40 23 0 0.78 0.87 0.29 6.5 0.77 0.4
Hex B4 28 17 0 4E 57 1D 6 4D 28
Octal 264 50 27 0 116 127 35 6 115 50
Binary 10110100 101000 10111 0 1001110 1010111 11101 110 1001101 101000

Color Harmonies of #B42817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42817

Black with #B42817

Text Example


Text Example

White with #B42817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42817; }

 p { color: rgb(180,40,23); }

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

background-color css

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

 a { background-color: rgb(180,40,23); }

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

border-color css

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

 span { border-color: rgb(180,40,23); }

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