Html Css Color HEX #B42622 Fire Brick

📋 copy color: '#B42622'

red 180 ◦ green 38 ◦ blue 34

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

Shades of Fire Brick #B42622

Tints of Fire Brick #B42622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 71.43%
G = 15.08%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B42622 (or 0xB42622) is known color: Fire Brick. HEX triplet: B4, 26 and 22. RGB value is (180,38,34). Sum of RGB (Red+Green+Blue) = 180+38+34=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B42622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42622 is #4BD9DD. Grayscale: #505050. Windows color (decimal): -4970974 or 2238132. OLE color: 2238132.

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

Color convert

RGB 180 38 34 -
CMYK 0 0.79 0.81 0.29
HSL 1.64º 0.68% 0.42% -
HSV(B) 1.64º 0.81% 0.71% -
XYZ 19.8 11.21 2.63 -
YUV 80 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 180 38 34 0 0.79 0.81 0.29 1.64 0.68 0.42
Hex B4 26 22 0 4F 51 1D 2 44 2A
Octal 264 46 42 0 117 121 35 2 104 52
Binary 10110100 100110 100010 0 1001111 1010001 11101 10 1000100 101010

Color Harmonies of #B42622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42622

Black with #B42622

Text Example


Text Example

White with #B42622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42622; }

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

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

background-color css

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

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

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

border-color css

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

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

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