Html Css Color HEX #C43A4B Old Rose

📋 copy color: '#C43A4B'

red 196 ◦ green 58 ◦ blue 75

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

Shades of Old Rose #C43A4B

Tints of Old Rose #C43A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.63%

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

R = 59.57%
G = 17.63%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C43A4B (or 0xC43A4B) is known color: Old Rose. HEX triplet: C4, 3A and 4B. RGB value is (196,58,75). Sum of RGB (Red+Green+Blue) = 196+58+75=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A4B is #3BC5B4. Grayscale: #656565. Windows color (decimal): -3917237 or 4930244. OLE color: 4930244.

HSL color Cylindrical-coordinate representation of color #C43A4B: hue angle of 352.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A4B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 75 -
CMYK 0 0.70 0.62 0.23
HSL 352.61º 0.54% 0.5% -
HSV(B) 352.61º 0.7% 0.77% -
XYZ 25.55 15.27 8.26 -
YUV 101.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 196 58 75 0 0.70 0.62 0.23 352.61 0.54 0.5
Hex C4 3A 4B 0 46 3E 17 161 36 32
Octal 304 72 113 0 106 76 27 541 66 62
Binary 11000100 111010 1001011 0 1000110 111110 10111 101100001 110110 110010

Color Harmonies of #C43A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A4B

Black with #C43A4B

Text Example


Text Example

White with #C43A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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