Html Css Color HEX #B63341 Brick Red

📋 copy color: '#B63341'

red 182 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #B63341

Tints of Brick Red #B63341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 61.07%
G = 17.11%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B63341 (or 0xB63341) is known color: Brick Red. HEX triplet: B6, 33 and 41. RGB value is (182,51,65). Sum of RGB (Red+Green+Blue) = 182+51+65=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B63341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63341 is #49CCBE. Grayscale: #5B5B5B. Windows color (decimal): -4836543 or 4273078. OLE color: 4273078.

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

Color convert

RGB 182 51 65 -
CMYK 0 0.72 0.64 0.29
HSL 353.59º 0.56% 0.46% -
HSV(B) 353.59º 0.72% 0.71% -
XYZ 21.43 12.69 6.32 -
YUV 91.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 182 51 65 0 0.72 0.64 0.29 353.59 0.56 0.46
Hex B6 33 41 0 48 40 1D 162 38 2E
Octal 266 63 101 0 110 100 35 542 70 56
Binary 10110110 110011 1000001 0 1001000 1000000 11101 101100010 111000 101110

Color Harmonies of #B63341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63341

Black with #B63341

Text Example


Text Example

White with #B63341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63341; }

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

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

background-color css

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

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

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

border-color css

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

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

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