Html Css Color HEX #B62222 Fire Brick

📋 copy color: '#B62222'

red 182 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #B62222

Tints of Fire Brick #B62222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 72.8%
G = 13.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B62222 (or 0xB62222) is known color: Fire Brick. HEX triplet: B6, 22 and 22. RGB value is (182,34,34). Sum of RGB (Red+Green+Blue) = 182+34+34=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B62222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62222 is #49DDDD. Grayscale: #4E4E4E. Windows color (decimal): -4840926 or 2237110. OLE color: 2237110.

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

Color convert

RGB 182 34 34 -
CMYK 0 0.81 0.81 0.29
HSL 0.69% 0.42% -
HSV(B) 0.81% 0.71% -
XYZ 20.15 11.2 2.61 -
YUV 78.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 182 34 34 0 0.81 0.81 0.29 0 0.69 0.42
Hex B6 22 22 0 51 51 1D 0 45 2A
Octal 266 42 42 0 121 121 35 0 105 52
Binary 10110110 100010 100010 0 1010001 1010001 11101 0 1000101 101010

Color Harmonies of #B62222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62222

Black with #B62222

Text Example


Text Example

White with #B62222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62222; }

 p { color: rgb(182,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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