Html Css Color HEX #B62F2C Fire Brick

📋 copy color: '#B62F2C'

red 182 ◦ green 47 ◦ blue 44

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

Shades of Fire Brick #B62F2C

Tints of Fire Brick #B62F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 66.67%
G = 17.22%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B62F2C (or 0xB62F2C) is known color: Fire Brick. HEX triplet: B6, 2F and 2C. RGB value is (182,47,44). Sum of RGB (Red+Green+Blue) = 182+47+44=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F2C is #49D0D3. Grayscale: #575757. Windows color (decimal): -4837588 or 2895798. OLE color: 2895798.

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

Color convert

RGB 182 47 44 -
CMYK 0 0.74 0.76 0.29
HSL 1.3º 0.61% 0.44% -
HSV(B) 1.3º 0.76% 0.71% -
XYZ 20.76 12.16 3.64 -
YUV 87.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 182 47 44 0 0.74 0.76 0.29 1.3 0.61 0.44
Hex B6 2F 2C 0 4A 4C 1D 1 3D 2C
Octal 266 57 54 0 112 114 35 1 75 54
Binary 10110110 101111 101100 0 1001010 1001100 11101 1 111101 101100

Color Harmonies of #B62F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62F2C

Black with #B62F2C

Text Example


Text Example

White with #B62F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62F2C; }

 p { color: rgb(182,47,44); }

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

background-color css

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

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

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

border-color css

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

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

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