Html Css Color HEX #B63040 Brick Red

📋 copy color: '#B63040'

red 182 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #B63040

Tints of Brick Red #B63040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

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

R = 61.9%
G = 16.33%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63040 (or 0xB63040) is known color: Brick Red. HEX triplet: B6, 30 and 40. RGB value is (182,48,64). Sum of RGB (Red+Green+Blue) = 182+48+64=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63040 is #49CFBF. Grayscale: #595959. Windows color (decimal): -4837312 or 4206774. OLE color: 4206774.

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

Color convert

RGB 182 48 64 -
CMYK 0 0.74 0.65 0.29
HSL 352.84º 0.58% 0.45% -
HSV(B) 352.84º 0.74% 0.71% -
XYZ 21.27 12.43 6.13 -
YUV 89.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 182 48 64 0 0.74 0.65 0.29 352.84 0.58 0.45
Hex B6 30 40 0 4A 41 1D 161 3A 2D
Octal 266 60 100 0 112 101 35 541 72 55
Binary 10110110 110000 1000000 0 1001010 1000001 11101 101100001 111010 101101

Color Harmonies of #B63040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63040

Black with #B63040

Text Example


Text Example

White with #B63040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63040; }

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

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

background-color css

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

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

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

border-color css

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

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

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