Html Css Color HEX #B62C27 Fire Brick

📋 copy color: '#B62C27'

red 182 ◦ green 44 ◦ blue 39

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

Shades of Fire Brick #B62C27

Tints of Fire Brick #B62C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

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

R = 68.68%
G = 16.6%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B62C27 (or 0xB62C27) is known color: Fire Brick. HEX triplet: B6, 2C and 27. RGB value is (182,44,39). Sum of RGB (Red+Green+Blue) = 182+44+39=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C27 is #49D3D8. Grayscale: #545454. Windows color (decimal): -4838361 or 2567350. OLE color: 2567350.

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

Color convert

RGB 182 44 39 -
CMYK 0 0.76 0.79 0.29
HSL 2.1º 0.65% 0.43% -
HSV(B) 2.1º 0.79% 0.71% -
XYZ 20.56 11.89 3.13 -
YUV 84.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 182 44 39 0 0.76 0.79 0.29 2.1 0.65 0.43
Hex B6 2C 27 0 4C 4F 1D 2 41 2B
Octal 266 54 47 0 114 117 35 2 101 53
Binary 10110110 101100 100111 0 1001100 1001111 11101 10 1000001 101011

Color Harmonies of #B62C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C27

Black with #B62C27

Text Example


Text Example

White with #B62C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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