Html Css Color HEX #B61223 Fire Engine Red

📋 copy color: '#B61223'

red 182 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #B61223

Tints of Fire Engine Red #B61223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 77.45%
G = 7.66%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B61223 (or 0xB61223) is known color: Fire Engine Red. HEX triplet: B6, 12 and 23. RGB value is (182,18,35). Sum of RGB (Red+Green+Blue) = 182+18+35=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B61223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61223 is #49EDDC. Grayscale: #454545. Windows color (decimal): -4845021 or 2298550. OLE color: 2298550.

HSL color Cylindrical-coordinate representation of color #B61223: hue angle of 353.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61223 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 35 -
CMYK 0 0.90 0.81 0.29
HSL 353.78º 0.82% 0.39% -
HSV(B) 353.78º 0.9% 0.71% -
XYZ 19.81 10.5 2.57 -
YUV 68.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 182 18 35 0 0.90 0.81 0.29 353.78 0.82 0.39
Hex B6 12 23 0 5A 51 1D 162 52 27
Octal 266 22 43 0 132 121 35 542 122 47
Binary 10110110 10010 100011 0 1011010 1010001 11101 101100010 1010010 100111

Color Harmonies of #B61223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61223

Black with #B61223

Text Example


Text Example

White with #B61223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61223; }

 p { color: rgb(182,18,35); }

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

background-color css

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

 a { background-color: rgb(182,18,35); }

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

border-color css

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

 span { border-color: rgb(182,18,35); }

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