Html Css Color HEX #CA2030 Cardinal

📋 copy color: '#CA2030'

red 202 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #CA2030

Tints of Cardinal #CA2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 71.63%
G = 11.35%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2030 (or 0xCA2030) is known color: Cardinal. HEX triplet: CA, 20 and 30. RGB value is (202,32,48). Sum of RGB (Red+Green+Blue) = 202+32+48=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2030 is #35DFCF. Grayscale: #545454. Windows color (decimal): -3530704 or 3154122. OLE color: 3154122.

HSL color Cylindrical-coordinate representation of color #CA2030: hue angle of 354.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2030 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 48 -
CMYK 0 0.84 0.76 0.21
HSL 354.35º 0.73% 0.46% -
HSV(B) 354.35º 0.84% 0.79% -
XYZ 25.41 13.8 4.12 -
YUV 84.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 202 32 48 0 0.84 0.76 0.21 354.35 0.73 0.46
Hex CA 20 30 0 54 4C 15 162 49 2E
Octal 312 40 60 0 124 114 25 542 111 56
Binary 11001010 100000 110000 0 1010100 1001100 10101 101100010 1001001 101110

Color Harmonies of #CA2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2030

Black with #CA2030

Text Example


Text Example

White with #CA2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2030; }

 p { color: rgb(202,32,48); }

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

background-color css

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

 a { background-color: rgb(202,32,48); }

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

border-color css

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

 span { border-color: rgb(202,32,48); }

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