Html Css Color HEX #C32E4B Old Rose

📋 copy color: '#C32E4B'

red 195 ◦ green 46 ◦ blue 75

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

Shades of Old Rose #C32E4B

Tints of Old Rose #C32E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 61.71%
G = 14.56%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C32E4B (or 0xC32E4B) is known color: Old Rose. HEX triplet: C3, 2E and 4B. RGB value is (195,46,75). Sum of RGB (Red+Green+Blue) = 195+46+75=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E4B is #3CD1B4. Grayscale: #5D5D5D. Windows color (decimal): -3985845 or 4927171. OLE color: 4927171.

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

Color convert

RGB 195 46 75 -
CMYK 0 0.76 0.62 0.24
HSL 348.32º 0.62% 0.47% -
HSV(B) 348.32º 0.76% 0.76% -
XYZ 24.75 14.06 8.07 -
YUV 93.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 195 46 75 0 0.76 0.62 0.24 348.32 0.62 0.47
Hex C3 2E 4B 0 4C 3E 18 15C 3E 2F
Octal 303 56 113 0 114 76 30 534 76 57
Binary 11000011 101110 1001011 0 1001100 111110 11000 101011100 111110 101111

Color Harmonies of #C32E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E4B

Black with #C32E4B

Text Example


Text Example

White with #C32E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E4B; }

 p { color: rgb(195,46,75); }

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

background-color css

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

 a { background-color: rgb(195,46,75); }

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

border-color css

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

 span { border-color: rgb(195,46,75); }

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