Html Css Color HEX #B61722 Fire Engine Red

📋 copy color: '#B61722'

red 182 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #B61722

Tints of Fire Engine Red #B61722

RGB

 RED value IS 182 (71.48% from 255) = 76.15%

 GREEN value IS 23 (9.38% from 255) = 9.62%

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

R = 76.15%
G = 9.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B61722 (or 0xB61722) is known color: Fire Engine Red. HEX triplet: B6, 17 and 22. RGB value is (182,23,34). Sum of RGB (Red+Green+Blue) = 182+23+34=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B61722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61722 is #49E8DD. Grayscale: #474747. Windows color (decimal): -4843742 or 2234294. OLE color: 2234294.

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

Color convert

RGB 182 23 34 -
CMYK 0 0.87 0.81 0.29
HSL 355.85º 0.78% 0.4% -
HSV(B) 355.85º 0.87% 0.71% -
XYZ 19.89 10.67 2.53 -
YUV 71.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 182 23 34 0 0.87 0.81 0.29 355.85 0.78 0.4
Hex B6 17 22 0 57 51 1D 164 4E 28
Octal 266 27 42 0 127 121 35 544 116 50
Binary 10110110 10111 100010 0 1010111 1010001 11101 101100100 1001110 101000

Color Harmonies of #B61722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61722

Black with #B61722

Text Example


Text Example

White with #B61722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61722; }

 p { color: rgb(182,23,34); }

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

background-color css

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

 a { background-color: rgb(182,23,34); }

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

border-color css

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

 span { border-color: rgb(182,23,34); }

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