Html Css Color HEX #B63540 Brick Red

📋 copy color: '#B63540'

red 182 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #B63540

Tints of Brick Red #B63540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

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

R = 60.87%
G = 17.73%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63540 (or 0xB63540) is known color: Brick Red. HEX triplet: B6, 35 and 40. RGB value is (182,53,64). Sum of RGB (Red+Green+Blue) = 182+53+64=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B63540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63540 is #49CABF. Grayscale: #5C5C5C. Windows color (decimal): -4836032 or 4208054. OLE color: 4208054.

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

Color convert

RGB 182 53 64 -
CMYK 0 0.71 0.65 0.29
HSL 354.88º 0.55% 0.46% -
HSV(B) 354.88º 0.71% 0.71% -
XYZ 21.49 12.86 6.2 -
YUV 92.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 182 53 64 0 0.71 0.65 0.29 354.88 0.55 0.46
Hex B6 35 40 0 47 41 1D 163 37 2E
Octal 266 65 100 0 107 101 35 543 67 56
Binary 10110110 110101 1000000 0 1000111 1000001 11101 101100011 110111 101110

Color Harmonies of #B63540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63540

Black with #B63540

Text Example


Text Example

White with #B63540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63540; }

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

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

background-color css

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

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

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

border-color css

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

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

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