Html Css Color HEX #B63B42 Brick Red

📋 copy color: '#B63B42'

red 182 ◦ green 59 ◦ blue 66

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

Shades of Brick Red #B63B42

Tints of Brick Red #B63B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 59.28%
G = 19.22%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63B42 (or 0xB63B42) is known color: Brick Red. HEX triplet: B6, 3B and 42. RGB value is (182,59,66). Sum of RGB (Red+Green+Blue) = 182+59+66=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B42 is #49C4BD. Grayscale: #606060. Windows color (decimal): -4834494 or 4340662. OLE color: 4340662.

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

Color convert

RGB 182 59 66 -
CMYK 0 0.68 0.64 0.29
HSL 356.59º 0.51% 0.47% -
HSV(B) 356.59º 0.68% 0.71% -
XYZ 21.84 13.47 6.6 -
YUV 96.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 182 59 66 0 0.68 0.64 0.29 356.59 0.51 0.47
Hex B6 3B 42 0 44 40 1D 165 33 2F
Octal 266 73 102 0 104 100 35 545 63 57
Binary 10110110 111011 1000010 0 1000100 1000000 11101 101100101 110011 101111

Color Harmonies of #B63B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B42

Black with #B63B42

Text Example


Text Example

White with #B63B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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