Html Css Color HEX #B61C21 Fire Engine Red

📋 copy color: '#B61C21'

red 182 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #B61C21

Tints of Fire Engine Red #B61C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 74.9%
G = 11.52%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B61C21 (or 0xB61C21) is known color: Fire Engine Red. HEX triplet: B6, 1C and 21. RGB value is (182,28,33). Sum of RGB (Red+Green+Blue) = 182+28+33=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61C21 is #49E3DE. Grayscale: #4A4A4A. Windows color (decimal): -4842463 or 2170038. OLE color: 2170038.

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

Color convert

RGB 182 28 33 -
CMYK 0 0.85 0.82 0.29
HSL 358.05º 0.73% 0.41% -
HSV(B) 358.05º 0.85% 0.71% -
XYZ 19.98 10.89 2.49 -
YUV 74.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 182 28 33 0 0.85 0.82 0.29 358.05 0.73 0.41
Hex B6 1C 21 0 55 52 1D 166 49 29
Octal 266 34 41 0 125 122 35 546 111 51
Binary 10110110 11100 100001 0 1010101 1010010 11101 101100110 1001001 101001

Color Harmonies of #B61C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C21

Black with #B61C21

Text Example


Text Example

White with #B61C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C21; }

 p { color: rgb(182,28,33); }

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

background-color css

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

 a { background-color: rgb(182,28,33); }

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

border-color css

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

 span { border-color: rgb(182,28,33); }

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