Html Css Color HEX #B63941 Brick Red

📋 copy color: '#B63941'

red 182 ◦ green 57 ◦ blue 65

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

Shades of Brick Red #B63941

Tints of Brick Red #B63941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 59.87%
G = 18.75%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63941 (or 0xB63941) is known color: Brick Red. HEX triplet: B6, 39 and 41. RGB value is (182,57,65). Sum of RGB (Red+Green+Blue) = 182+57+65=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63941 is #49C6BE. Grayscale: #5F5F5F. Windows color (decimal): -4835007 or 4274614. OLE color: 4274614.

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

Color convert

RGB 182 57 65 -
CMYK 0 0.69 0.64 0.29
HSL 356.16º 0.52% 0.47% -
HSV(B) 356.16º 0.69% 0.71% -
XYZ 21.71 13.25 6.41 -
YUV 95.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 182 57 65 0 0.69 0.64 0.29 356.16 0.52 0.47
Hex B6 39 41 0 45 40 1D 164 34 2F
Octal 266 71 101 0 105 100 35 544 64 57
Binary 10110110 111001 1000001 0 1000101 1000000 11101 101100100 110100 101111

Color Harmonies of #B63941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63941

Black with #B63941

Text Example


Text Example

White with #B63941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63941; }

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

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

background-color css

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

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

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

border-color css

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

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

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