Html Css Color HEX #B63041 Brick Red

📋 copy color: '#B63041'

red 182 ◦ green 48 ◦ blue 65

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

Shades of Brick Red #B63041

Tints of Brick Red #B63041

RGB

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

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

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

R = 61.69%
G = 16.27%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63041 (or 0xB63041) is known color: Brick Red. HEX triplet: B6, 30 and 41. RGB value is (182,48,65). Sum of RGB (Red+Green+Blue) = 182+48+65=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B63041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63041 is #49CFBE. Grayscale: #5A5A5A. Windows color (decimal): -4837311 or 4272310. OLE color: 4272310.

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

Color convert

RGB 182 48 65 -
CMYK 0 0.74 0.64 0.29
HSL 352.39º 0.58% 0.45% -
HSV(B) 352.39º 0.74% 0.71% -
XYZ 21.3 12.44 6.28 -
YUV 90 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 182 48 65 0 0.74 0.64 0.29 352.39 0.58 0.45
Hex B6 30 41 0 4A 40 1D 160 3A 2D
Octal 266 60 101 0 112 100 35 540 72 55
Binary 10110110 110000 1000001 0 1001010 1000000 11101 101100000 111010 101101

Color Harmonies of #B63041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63041

Black with #B63041

Text Example


Text Example

White with #B63041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63041; }

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

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

background-color css

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

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

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

border-color css

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

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

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