Html Css Color HEX #C3314B Old Rose

📋 copy color: '#C3314B'

red 195 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #C3314B

Tints of Old Rose #C3314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 61.13%
G = 15.36%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3314B (or 0xC3314B) is known color: Old Rose. HEX triplet: C3, 31 and 4B. RGB value is (195,49,75). Sum of RGB (Red+Green+Blue) = 195+49+75=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3314B is #3CCEB4. Grayscale: #5F5F5F. Windows color (decimal): -3985077 or 4927939. OLE color: 4927939.

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

Color convert

RGB 195 49 75 -
CMYK 0 0.75 0.62 0.24
HSL 349.32º 0.6% 0.48% -
HSV(B) 349.32º 0.75% 0.76% -
XYZ 24.87 14.31 8.11 -
YUV 95.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 195 49 75 0 0.75 0.62 0.24 349.32 0.6 0.48
Hex C3 31 4B 0 4B 3E 18 15D 3C 30
Octal 303 61 113 0 113 76 30 535 74 60
Binary 11000011 110001 1001011 0 1001011 111110 11000 101011101 111100 110000

Color Harmonies of #C3314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3314B

Black with #C3314B

Text Example


Text Example

White with #C3314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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