Html Css Color HEX #B62C3E Brick Red

📋 copy color: '#B62C3E'

red 182 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #B62C3E

Tints of Brick Red #B62C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 63.19%
G = 15.28%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B62C3E (or 0xB62C3E) is known color: Brick Red. HEX triplet: B6, 2C and 3E. RGB value is (182,44,62). Sum of RGB (Red+Green+Blue) = 182+44+62=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C3E is #49D3C1. Grayscale: #575757. Windows color (decimal): -4838338 or 4074678. OLE color: 4074678.

HSL color Cylindrical-coordinate representation of color #B62C3E: hue angle of 352.17º 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 #B62C3E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 44 62 -
CMYK 0 0.76 0.66 0.29
HSL 352.17º 0.61% 0.44% -
HSV(B) 352.17º 0.76% 0.71% -
XYZ 21.06 12.09 5.78 -
YUV 87.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 182 44 62 0 0.76 0.66 0.29 352.17 0.61 0.44
Hex B6 2C 3E 0 4C 42 1D 160 3D 2C
Octal 266 54 76 0 114 102 35 540 75 54
Binary 10110110 101100 111110 0 1001100 1000010 11101 101100000 111101 101100

Color Harmonies of #B62C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C3E

Black with #B62C3E

Text Example


Text Example

White with #B62C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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