Html Css Color HEX #B63C40 Brick Red

📋 copy color: '#B63C40'

red 182 ◦ green 60 ◦ blue 64

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

Shades of Brick Red #B63C40

Tints of Brick Red #B63C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 59.48%
G = 19.61%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63C40 (or 0xB63C40) is known color: Brick Red. HEX triplet: B6, 3C and 40. RGB value is (182,60,64). Sum of RGB (Red+Green+Blue) = 182+60+64=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C40 is #49C3BF. Grayscale: #616161. Windows color (decimal): -4834240 or 4209846. OLE color: 4209846.

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

Color convert

RGB 182 60 64 -
CMYK 0 0.67 0.65 0.29
HSL 358.03º 0.5% 0.47% -
HSV(B) 358.03º 0.67% 0.71% -
XYZ 21.83 13.55 6.31 -
YUV 96.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 182 60 64 0 0.67 0.65 0.29 358.03 0.5 0.47
Hex B6 3C 40 0 43 41 1D 166 32 2F
Octal 266 74 100 0 103 101 35 546 62 57
Binary 10110110 111100 1000000 0 1000011 1000001 11101 101100110 110010 101111

Color Harmonies of #B63C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C40

Black with #B63C40

Text Example


Text Example

White with #B63C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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