Html Css Color HEX #B63345 Old Rose

📋 copy color: '#B63345'

red 182 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B63345

Tints of Old Rose #B63345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 60.26%
G = 16.89%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63345 (or 0xB63345) is known color: Old Rose. HEX triplet: B6, 33 and 45. RGB value is (182,51,69). Sum of RGB (Red+Green+Blue) = 182+51+69=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63345 is #49CCBA. Grayscale: #5C5C5C. Windows color (decimal): -4836539 or 4535222. OLE color: 4535222.

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

Color convert

RGB 182 51 69 -
CMYK 0 0.72 0.62 0.29
HSL 351.76º 0.56% 0.46% -
HSV(B) 351.76º 0.72% 0.71% -
XYZ 21.55 12.74 6.95 -
YUV 92.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 182 51 69 0 0.72 0.62 0.29 351.76 0.56 0.46
Hex B6 33 45 0 48 3E 1D 160 38 2E
Octal 266 63 105 0 110 76 35 540 70 56
Binary 10110110 110011 1000101 0 1001000 111110 11101 101100000 111000 101110

Color Harmonies of #B63345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63345

Black with #B63345

Text Example


Text Example

White with #B63345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63345; }

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

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

background-color css

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

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

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

border-color css

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

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

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