Html Css Color HEX #CA1030 Cardinal

📋 copy color: '#CA1030'

red 202 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #CA1030

Tints of Cardinal #CA1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 75.94%
G = 6.02%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA1030 (or 0xCA1030) is known color: Cardinal. HEX triplet: CA, 10 and 30. RGB value is (202,16,48). Sum of RGB (Red+Green+Blue) = 202+16+48=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1030 is #35EFCF. Grayscale: #4B4B4B. Windows color (decimal): -3534800 or 3150026. OLE color: 3150026.

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

Color convert

RGB 202 16 48 -
CMYK 0 0.92 0.76 0.21
HSL 349.68º 0.85% 0.43% -
HSV(B) 349.68º 0.92% 0.79% -
XYZ 25.08 13.14 4.01 -
YUV 75.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 202 16 48 0 0.92 0.76 0.21 349.68 0.85 0.43
Hex CA 10 30 0 5C 4C 15 15E 55 2B
Octal 312 20 60 0 134 114 25 536 125 53
Binary 11001010 10000 110000 0 1011100 1001100 10101 101011110 1010101 101011

Color Harmonies of #CA1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1030

Black with #CA1030

Text Example


Text Example

White with #CA1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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