Html Css Color HEX #C3224B Old Rose

📋 copy color: '#C3224B'

red 195 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #C3224B

Tints of Old Rose #C3224B

RGB

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

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

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

R = 64.14%
G = 11.18%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3224B (or 0xC3224B) is known color: Old Rose. HEX triplet: C3, 22 and 4B. RGB value is (195,34,75). Sum of RGB (Red+Green+Blue) = 195+34+75=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3224B is #3CDDB4. Grayscale: #565656. Windows color (decimal): -3988917 or 4924099. OLE color: 4924099.

HSL color Cylindrical-coordinate representation of color #C3224B: hue angle of 344.72º 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 #C3224B is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 75 -
CMYK 0 0.83 0.62 0.24
HSL 344.72º 0.7% 0.45% -
HSV(B) 344.72º 0.83% 0.76% -
XYZ 24.35 13.25 7.93 -
YUV 86.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 195 34 75 0 0.83 0.62 0.24 344.72 0.7 0.45
Hex C3 22 4B 0 53 3E 18 159 46 2D
Octal 303 42 113 0 123 76 30 531 106 55
Binary 11000011 100010 1001011 0 1010011 111110 11000 101011001 1000110 101101

Color Harmonies of #C3224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3224B

Black with #C3224B

Text Example


Text Example

White with #C3224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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