Html Css Color HEX #B22927 Fire Brick

📋 copy color: '#B22927'

red 178 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #B22927

Tints of Fire Brick #B22927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

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

R = 68.99%
G = 15.89%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B22927 (or 0xB22927) is known color: Fire Brick. HEX triplet: B2, 29 and 27. RGB value is (178,41,39). Sum of RGB (Red+Green+Blue) = 178+41+39=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22927 is #4DD6D8. Grayscale: #515151. Windows color (decimal): -5101273 or 2566578. OLE color: 2566578.

HSL color Cylindrical-coordinate representation of color #B22927: hue angle of 0.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22927 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 39 -
CMYK 0 0.77 0.78 0.30
HSL 0.86º 0.64% 0.43% -
HSV(B) 0.86º 0.78% 0.7% -
XYZ 19.52 11.2 3.05 -
YUV 81.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 178 41 39 0 0.77 0.78 0.30 0.86 0.64 0.43
Hex B2 29 27 0 4D 4E 1E 1 40 2B
Octal 262 51 47 0 115 116 36 1 100 53
Binary 10110010 101001 100111 0 1001101 1001110 11110 1 1000000 101011

Color Harmonies of #B22927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22927

Black with #B22927

Text Example


Text Example

White with #B22927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22927; }

 p { color: rgb(178,41,39); }

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

background-color css

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

 a { background-color: rgb(178,41,39); }

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

border-color css

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

 span { border-color: rgb(178,41,39); }

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