Html Css Color HEX #B63641 Brick Red

📋 copy color: '#B63641'

red 182 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #B63641

Tints of Brick Red #B63641

RGB

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

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

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

R = 60.47%
G = 17.94%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63641 (or 0xB63641) is known color: Brick Red. HEX triplet: B6, 36 and 41. RGB value is (182,54,65). Sum of RGB (Red+Green+Blue) = 182+54+65=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63641 is #49C9BE. Grayscale: #5D5D5D. Windows color (decimal): -4835775 or 4273846. OLE color: 4273846.

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

Color convert

RGB 182 54 65 -
CMYK 0 0.70 0.64 0.29
HSL 354.84º 0.54% 0.46% -
HSV(B) 354.84º 0.7% 0.71% -
XYZ 21.56 12.97 6.37 -
YUV 93.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 182 54 65 0 0.70 0.64 0.29 354.84 0.54 0.46
Hex B6 36 41 0 46 40 1D 163 36 2E
Octal 266 66 101 0 106 100 35 543 66 56
Binary 10110110 110110 1000001 0 1000110 1000000 11101 101100011 110110 101110

Color Harmonies of #B63641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63641

Black with #B63641

Text Example


Text Example

White with #B63641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63641; }

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

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

background-color css

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

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

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

border-color css

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

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

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