Html Css Color HEX #B63541 Brick Red

📋 copy color: '#B63541'

red 182 ◦ green 53 ◦ blue 65

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

Shades of Brick Red #B63541

Tints of Brick Red #B63541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 60.67%
G = 17.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63541 (or 0xB63541) is known color: Brick Red. HEX triplet: B6, 35 and 41. RGB value is (182,53,65). Sum of RGB (Red+Green+Blue) = 182+53+65=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B63541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63541 is #49CABE. Grayscale: #5D5D5D. Windows color (decimal): -4836031 or 4273590. OLE color: 4273590.

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

Color convert

RGB 182 53 65 -
CMYK 0 0.71 0.64 0.29
HSL 354.42º 0.55% 0.46% -
HSV(B) 354.42º 0.71% 0.71% -
XYZ 21.52 12.87 6.35 -
YUV 92.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 182 53 65 0 0.71 0.64 0.29 354.42 0.55 0.46
Hex B6 35 41 0 47 40 1D 162 37 2E
Octal 266 65 101 0 107 100 35 542 67 56
Binary 10110110 110101 1000001 0 1000111 1000000 11101 101100010 110111 101110

Color Harmonies of #B63541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63541

Black with #B63541

Text Example


Text Example

White with #B63541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63541; }

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

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

background-color css

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

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

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

border-color css

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

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

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