Html Css Color HEX #B63640 Brick Red

📋 copy color: '#B63640'

red 182 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #B63640

Tints of Brick Red #B63640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 60.67%
G = 18%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63640 (or 0xB63640) is known color: Brick Red. HEX triplet: B6, 36 and 40. RGB value is (182,54,64). Sum of RGB (Red+Green+Blue) = 182+54+64=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B63640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63640 is #49C9BF. Grayscale: #5D5D5D. Windows color (decimal): -4835776 or 4208310. OLE color: 4208310.

HSL color Cylindrical-coordinate representation of color #B63640: hue angle of 355.31º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63640 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 64 -
CMYK 0 0.70 0.65 0.29
HSL 355.31º 0.54% 0.46% -
HSV(B) 355.31º 0.7% 0.71% -
XYZ 21.54 12.95 6.22 -
YUV 93.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 182 54 64 0 0.70 0.65 0.29 355.31 0.54 0.46
Hex B6 36 40 0 46 41 1D 163 36 2E
Octal 266 66 100 0 106 101 35 543 66 56
Binary 10110110 110110 1000000 0 1000110 1000001 11101 101100011 110110 101110

Color Harmonies of #B63640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63640

Black with #B63640

Text Example


Text Example

White with #B63640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63640; }

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

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

background-color css

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

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

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

border-color css

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

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

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