Html Css Color HEX #B21326 Fire Engine Red

📋 copy color: '#B21326'

red 178 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #B21326

Tints of Fire Engine Red #B21326

RGB

 RED value IS 178 (69.92% from 255) = 75.74%

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 75.74%
G = 8.09%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B21326 (or 0xB21326) is known color: Fire Engine Red. HEX triplet: B2, 13 and 26. RGB value is (178,19,38). Sum of RGB (Red+Green+Blue) = 178+19+38=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B21326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21326 is #4DECD9. Grayscale: #444444. Windows color (decimal): -5106906 or 2495410. OLE color: 2495410.

HSL color Cylindrical-coordinate representation of color #B21326: hue angle of 352.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21326 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 38 -
CMYK 0 0.89 0.79 0.30
HSL 352.83º 0.81% 0.39% -
HSV(B) 352.83º 0.89% 0.7% -
XYZ 18.94 10.07 2.78 -
YUV 68.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 178 19 38 0 0.89 0.79 0.30 352.83 0.81 0.39
Hex B2 13 26 0 59 4F 1E 161 51 27
Octal 262 23 46 0 131 117 36 541 121 47
Binary 10110010 10011 100110 0 1011001 1001111 11110 101100001 1010001 100111

Color Harmonies of #B21326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21326

Black with #B21326

Text Example


Text Example

White with #B21326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21326; }

 p { color: rgb(178,19,38); }

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

background-color css

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

 a { background-color: rgb(178,19,38); }

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

border-color css

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

 span { border-color: rgb(178,19,38); }

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