Html Css Color HEX #B42314 Fire Brick

📋 copy color: '#B42314'

red 180 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #B42314

Tints of Fire Brick #B42314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 76.6%
G = 14.89%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42314 (or 0xB42314) is known color: Fire Brick. HEX triplet: B4, 23 and 14. RGB value is (180,35,20). Sum of RGB (Red+Green+Blue) = 180+35+20=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B42314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42314 is #4BDCEB. Grayscale: #4C4C4C. Windows color (decimal): -4971756 or 1319860. OLE color: 1319860.

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

Color convert

RGB 180 35 20 -
CMYK 0 0.81 0.89 0.29
HSL 5.63º 0.8% 0.39% -
HSV(B) 5.63º 0.89% 0.71% -
XYZ 19.55 10.96 1.75 -
YUV 76.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 180 35 20 0 0.81 0.89 0.29 5.63 0.8 0.39
Hex B4 23 14 0 51 59 1D 6 50 27
Octal 264 43 24 0 121 131 35 6 120 47
Binary 10110100 100011 10100 0 1010001 1011001 11101 110 1010000 100111

Color Harmonies of #B42314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42314

Black with #B42314

Text Example


Text Example

White with #B42314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42314; }

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

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

background-color css

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

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

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

border-color css

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

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

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