Html Css Color HEX #B22D1F Fire Brick

📋 copy color: '#B22D1F'

red 178 ◦ green 45 ◦ blue 31

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

Shades of Fire Brick #B22D1F

Tints of Fire Brick #B22D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 70.08%
G = 17.72%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B22D1F (or 0xB22D1F) is known color: Fire Brick. HEX triplet: B2, 2D and 1F. RGB value is (178,45,31). Sum of RGB (Red+Green+Blue) = 178+45+31=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D1F is #4DD2E0. Grayscale: #535353. Windows color (decimal): -5100257 or 2043314. OLE color: 2043314.

HSL color Cylindrical-coordinate representation of color #B22D1F: hue angle of 5.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B22D1F is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 31 -
CMYK 0 0.75 0.83 0.30
HSL 5.71º 0.7% 0.41% -
HSV(B) 5.71º 0.83% 0.7% -
XYZ 19.55 11.44 2.47 -
YUV 83.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 178 45 31 0 0.75 0.83 0.30 5.71 0.7 0.41
Hex B2 2D 1F 0 4B 53 1E 6 46 29
Octal 262 55 37 0 113 123 36 6 106 51
Binary 10110010 101101 11111 0 1001011 1010011 11110 110 1000110 101001

Color Harmonies of #B22D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D1F

Black with #B22D1F

Text Example


Text Example

White with #B22D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D1F; }

 p { color: rgb(178,45,31); }

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

background-color css

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

 a { background-color: rgb(178,45,31); }

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

border-color css

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

 span { border-color: rgb(178,45,31); }

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