Html Css Color HEX #B61D1E Fire Engine Red

📋 copy color: '#B61D1E'

red 182 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #B61D1E

Tints of Fire Engine Red #B61D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 75.52%
G = 12.03%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B61D1E (or 0xB61D1E) is known color: Fire Engine Red. HEX triplet: B6, 1D and 1E. RGB value is (182,29,30). Sum of RGB (Red+Green+Blue) = 182+29+30=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D1E is #49E2E1. Grayscale: #4B4B4B. Windows color (decimal): -4842210 or 1973686. OLE color: 1973686.

HSL color Cylindrical-coordinate representation of color #B61D1E: hue angle of 359.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D1E is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 29 30 -
CMYK 0 0.84 0.84 0.29
HSL 359.61º 0.73% 0.41% -
HSV(B) 359.61º 0.84% 0.71% -
XYZ 19.97 10.92 2.28 -
YUV 74.86 102.69 204.42 -
System Red Green Blue C M Y K H S L
Decimal 182 29 30 0 0.84 0.84 0.29 359.61 0.73 0.41
Hex B6 1D 1E 0 54 54 1D 168 49 29
Octal 266 35 36 0 124 124 35 550 111 51
Binary 10110110 11101 11110 0 1010100 1010100 11101 101101000 1001001 101001

Color Harmonies of #B61D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D1E

Black with #B61D1E

Text Example


Text Example

White with #B61D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D1E; }

 p { color: rgb(182,29,30); }

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

background-color css

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

 a { background-color: rgb(182,29,30); }

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

border-color css

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

 span { border-color: rgb(182,29,30); }

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