Html Css Color HEX #B61627 Fire Engine Red

📋 copy color: '#B61627'

red 182 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #B61627

Tints of Fire Engine Red #B61627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 74.9%
G = 9.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B61627 (or 0xB61627) is known color: Fire Engine Red. HEX triplet: B6, 16 and 27. RGB value is (182,22,39). Sum of RGB (Red+Green+Blue) = 182+22+39=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B61627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61627 is #49E9D8. Grayscale: #474747. Windows color (decimal): -4843993 or 2561718. OLE color: 2561718.

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

Color convert

RGB 182 22 39 -
CMYK 0 0.88 0.79 0.29
HSL 353.63º 0.78% 0.4% -
HSV(B) 353.63º 0.88% 0.71% -
XYZ 19.94 10.67 2.93 -
YUV 71.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 182 22 39 0 0.88 0.79 0.29 353.63 0.78 0.4
Hex B6 16 27 0 58 4F 1D 162 4E 28
Octal 266 26 47 0 130 117 35 542 116 50
Binary 10110110 10110 100111 0 1011000 1001111 11101 101100010 1001110 101000

Color Harmonies of #B61627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61627

Black with #B61627

Text Example


Text Example

White with #B61627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61627; }

 p { color: rgb(182,22,39); }

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

background-color css

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

 a { background-color: rgb(182,22,39); }

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

border-color css

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

 span { border-color: rgb(182,22,39); }

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