Html Css Color HEX #B61527 Fire Engine Red

📋 copy color: '#B61527'

red 182 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #B61527

Tints of Fire Engine Red #B61527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 75.21%
G = 8.68%
B = 16.12%

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

#B61527 (or 0xB61527) is known color: Fire Engine Red. HEX triplet: B6, 15 and 27. RGB value is (182,21,39). Sum of RGB (Red+Green+Blue) = 182+21+39=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B61527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61527 is #49EAD8. Grayscale: #474747. Windows color (decimal): -4844249 or 2561462. OLE color: 2561462.

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

Color convert

RGB 182 21 39 -
CMYK 0 0.88 0.79 0.29
HSL 353.29º 0.79% 0.4% -
HSV(B) 353.29º 0.88% 0.71% -
XYZ 19.93 10.63 2.92 -
YUV 71.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 182 21 39 0 0.88 0.79 0.29 353.29 0.79 0.4
Hex B6 15 27 0 58 4F 1D 161 4F 28
Octal 266 25 47 0 130 117 35 541 117 50
Binary 10110110 10101 100111 0 1011000 1001111 11101 101100001 1001111 101000

Color Harmonies of #B61527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61527

Black with #B61527

Text Example


Text Example

White with #B61527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61527; }

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

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

background-color css

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

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

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

border-color css

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

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

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