Html Css Color HEX #B63C45 Old Rose

📋 copy color: '#B63C45'

red 182 ◦ green 60 ◦ blue 69

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

Shades of Old Rose #B63C45

Tints of Old Rose #B63C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 58.52%
G = 19.29%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63C45 (or 0xB63C45) is known color: Old Rose. HEX triplet: B6, 3C and 45. RGB value is (182,60,69). Sum of RGB (Red+Green+Blue) = 182+60+69=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C45 is #49C3BA. Grayscale: #616161. Windows color (decimal): -4834235 or 4537526. OLE color: 4537526.

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

Color convert

RGB 182 60 69 -
CMYK 0 0.67 0.62 0.29
HSL 355.57º 0.5% 0.47% -
HSV(B) 355.57º 0.67% 0.71% -
XYZ 21.98 13.61 7.1 -
YUV 97.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 182 60 69 0 0.67 0.62 0.29 355.57 0.5 0.47
Hex B6 3C 45 0 43 3E 1D 164 32 2F
Octal 266 74 105 0 103 76 35 544 62 57
Binary 10110110 111100 1000101 0 1000011 111110 11101 101100100 110010 101111

Color Harmonies of #B63C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C45

Black with #B63C45

Text Example


Text Example

White with #B63C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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