Html Css Color HEX #C4254B Old Rose

📋 copy color: '#C4254B'

red 196 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #C4254B

Tints of Old Rose #C4254B

RGB

 RED value IS 196 (76.95% from 255) = 63.64%

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 63.64%
G = 12.01%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4254B (or 0xC4254B) is known color: Old Rose. HEX triplet: C4, 25 and 4B. RGB value is (196,37,75). Sum of RGB (Red+Green+Blue) = 196+37+75=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4254B is #3BDAB4. Grayscale: #585858. Windows color (decimal): -3922613 or 4924868. OLE color: 4924868.

HSL color Cylindrical-coordinate representation of color #C4254B: hue angle of 345.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4254B is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 37 75 -
CMYK 0 0.81 0.62 0.23
HSL 345.66º 0.68% 0.46% -
HSV(B) 345.66º 0.81% 0.77% -
XYZ 24.7 13.57 7.97 -
YUV 88.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 196 37 75 0 0.81 0.62 0.23 345.66 0.68 0.46
Hex C4 25 4B 0 51 3E 17 15A 44 2E
Octal 304 45 113 0 121 76 27 532 104 56
Binary 11000100 100101 1001011 0 1010001 111110 10111 101011010 1000100 101110

Color Harmonies of #C4254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4254B

Black with #C4254B

Text Example


Text Example

White with #C4254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4254B; }

 p { color: rgb(196,37,75); }

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

background-color css

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

 a { background-color: rgb(196,37,75); }

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

border-color css

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

 span { border-color: rgb(196,37,75); }

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