Html Css Color HEX #B63C42 Brick Red

📋 copy color: '#B63C42'

red 182 ◦ green 60 ◦ blue 66

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

Shades of Brick Red #B63C42

Tints of Brick Red #B63C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 59.09%
G = 19.48%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63C42 (or 0xB63C42) is known color: Brick Red. HEX triplet: B6, 3C and 42. RGB value is (182,60,66). Sum of RGB (Red+Green+Blue) = 182+60+66=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C42 is #49C3BD. Grayscale: #616161. Windows color (decimal): -4834238 or 4340918. OLE color: 4340918.

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

Color convert

RGB 182 60 66 -
CMYK 0 0.67 0.64 0.29
HSL 357.05º 0.5% 0.47% -
HSV(B) 357.05º 0.67% 0.71% -
XYZ 21.89 13.57 6.62 -
YUV 97.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 182 60 66 0 0.67 0.64 0.29 357.05 0.5 0.47
Hex B6 3C 42 0 43 40 1D 165 32 2F
Octal 266 74 102 0 103 100 35 545 62 57
Binary 10110110 111100 1000010 0 1000011 1000000 11101 101100101 110010 101111

Color Harmonies of #B63C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C42

Black with #B63C42

Text Example


Text Example

White with #B63C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C42; }

 p { color: rgb(182,60,66); }

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

background-color css

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

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

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

border-color css

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

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

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