Html Css Color HEX #CA1E4B Old Rose

📋 copy color: '#CA1E4B'

red 202 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #CA1E4B

Tints of Old Rose #CA1E4B

RGB

 RED value IS 202 (79.3% from 255) = 65.8%

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 65.8%
G = 9.77%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA1E4B (or 0xCA1E4B) is known color: Old Rose. HEX triplet: CA, 1E and 4B. RGB value is (202,30,75). Sum of RGB (Red+Green+Blue) = 202+30+75=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E4B is #35E1B4. Grayscale: #565656. Windows color (decimal): -3531189 or 4923082. OLE color: 4923082.

HSL color Cylindrical-coordinate representation of color #CA1E4B: hue angle of 344.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E4B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 30 75 -
CMYK 0 0.85 0.63 0.21
HSL 344.3º 0.74% 0.45% -
HSV(B) 344.3º 0.85% 0.79% -
XYZ 26.09 13.99 7.98 -
YUV 86.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 202 30 75 0 0.85 0.63 0.21 344.3 0.74 0.45
Hex CA 1E 4B 0 55 3F 15 158 4A 2D
Octal 312 36 113 0 125 77 25 530 112 55
Binary 11001010 11110 1001011 0 1010101 111111 10101 101011000 1001010 101101

Color Harmonies of #CA1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E4B

Black with #CA1E4B

Text Example


Text Example

White with #CA1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E4B; }

 p { color: rgb(202,30,75); }

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

background-color css

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

 a { background-color: rgb(202,30,75); }

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

border-color css

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

 span { border-color: rgb(202,30,75); }

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