Html Css Color HEX #B63245 Old Rose

📋 copy color: '#B63245'

red 182 ◦ green 50 ◦ blue 69

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

Shades of Old Rose #B63245

Tints of Old Rose #B63245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 60.47%
G = 16.61%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63245 (or 0xB63245) is known color: Old Rose. HEX triplet: B6, 32 and 45. RGB value is (182,50,69). Sum of RGB (Red+Green+Blue) = 182+50+69=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63245 is #49CDBA. Grayscale: #5B5B5B. Windows color (decimal): -4836795 or 4534966. OLE color: 4534966.

HSL color Cylindrical-coordinate representation of color #B63245: hue angle of 351.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63245 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 69 -
CMYK 0 0.73 0.62 0.29
HSL 351.36º 0.57% 0.45% -
HSV(B) 351.36º 0.73% 0.71% -
XYZ 21.51 12.66 6.94 -
YUV 91.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 182 50 69 0 0.73 0.62 0.29 351.36 0.57 0.45
Hex B6 32 45 0 49 3E 1D 15F 39 2D
Octal 266 62 105 0 111 76 35 537 71 55
Binary 10110110 110010 1000101 0 1001001 111110 11101 101011111 111001 101101

Color Harmonies of #B63245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63245

Black with #B63245

Text Example


Text Example

White with #B63245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63245; }

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

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

background-color css

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

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

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

border-color css

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

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

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