Html Css Color HEX #B42614 Fire Brick

📋 copy color: '#B42614'

red 180 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #B42614

Tints of Fire Brick #B42614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 75.63%
G = 15.97%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42614 (or 0xB42614) is known color: Fire Brick. HEX triplet: B4, 26 and 14. RGB value is (180,38,20). Sum of RGB (Red+Green+Blue) = 180+38+20=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42614 is #4BD9EB. Grayscale: #4E4E4E. Windows color (decimal): -4970988 or 1320628. OLE color: 1320628.

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

Color convert

RGB 180 38 20 -
CMYK 0 0.79 0.89 0.29
HSL 6.75º 0.8% 0.39% -
HSV(B) 6.75º 0.89% 0.71% -
XYZ 19.64 11.14 1.78 -
YUV 78.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 180 38 20 0 0.79 0.89 0.29 6.75 0.8 0.39
Hex B4 26 14 0 4F 59 1D 7 50 27
Octal 264 46 24 0 117 131 35 7 120 47
Binary 10110100 100110 10100 0 1001111 1011001 11101 111 1010000 100111

Color Harmonies of #B42614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42614

Black with #B42614

Text Example


Text Example

White with #B42614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42614; }

 p { color: rgb(180,38,20); }

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

background-color css

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

 a { background-color: rgb(180,38,20); }

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

border-color css

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

 span { border-color: rgb(180,38,20); }

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