Html Css Color HEX #B63241 Brick Red

📋 copy color: '#B63241'

red 182 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #B63241

Tints of Brick Red #B63241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 61.28%
G = 16.84%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63241 (or 0xB63241) is known color: Brick Red. HEX triplet: B6, 32 and 41. RGB value is (182,50,65). Sum of RGB (Red+Green+Blue) = 182+50+65=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B63241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63241 is #49CDBE. Grayscale: #5B5B5B. Windows color (decimal): -4836799 or 4272822. OLE color: 4272822.

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

Color convert

RGB 182 50 65 -
CMYK 0 0.73 0.64 0.29
HSL 353.18º 0.57% 0.45% -
HSV(B) 353.18º 0.73% 0.71% -
XYZ 21.39 12.61 6.31 -
YUV 91.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 182 50 65 0 0.73 0.64 0.29 353.18 0.57 0.45
Hex B6 32 41 0 49 40 1D 161 39 2D
Octal 266 62 101 0 111 100 35 541 71 55
Binary 10110110 110010 1000001 0 1001001 1000000 11101 101100001 111001 101101

Color Harmonies of #B63241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63241

Black with #B63241

Text Example


Text Example

White with #B63241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63241; }

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

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

background-color css

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

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

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

border-color css

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

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

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