Html Css Color HEX #C32248 Old Rose

📋 copy color: '#C32248'

red 195 ◦ green 34 ◦ blue 72

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

Shades of Old Rose #C32248

Tints of Old Rose #C32248

RGB

 RED value IS 195 (76.56% from 255) = 64.78%

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 64.78%
G = 11.3%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C32248 (or 0xC32248) is known color: Old Rose. HEX triplet: C3, 22 and 48. RGB value is (195,34,72). Sum of RGB (Red+Green+Blue) = 195+34+72=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32248 is #3CDDB7. Grayscale: #565656. Windows color (decimal): -3988920 or 4727491. OLE color: 4727491.

HSL color Cylindrical-coordinate representation of color #C32248: hue angle of 345.84º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32248 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 72 -
CMYK 0 0.83 0.63 0.24
HSL 345.84º 0.7% 0.45% -
HSV(B) 345.84º 0.83% 0.76% -
XYZ 24.25 13.21 7.4 -
YUV 86.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 195 34 72 0 0.83 0.63 0.24 345.84 0.7 0.45
Hex C3 22 48 0 53 3F 18 15A 46 2D
Octal 303 42 110 0 123 77 30 532 106 55
Binary 11000011 100010 1001000 0 1010011 111111 11000 101011010 1000110 101101

Color Harmonies of #C32248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32248

Black with #C32248

Text Example


Text Example

White with #C32248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32248; }

 p { color: rgb(195,34,72); }

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

background-color css

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

 a { background-color: rgb(195,34,72); }

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

border-color css

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

 span { border-color: rgb(195,34,72); }

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