Html Css Color HEX #CA103A Cardinal

📋 copy color: '#CA103A'

red 202 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #CA103A

Tints of Cardinal #CA103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 73.19%
G = 5.8%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA103A (or 0xCA103A) is known color: Cardinal. HEX triplet: CA, 10 and 3A. RGB value is (202,16,58). Sum of RGB (Red+Green+Blue) = 202+16+58=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA103A is #35EFC5. Grayscale: #4C4C4C. Windows color (decimal): -3534790 or 3805386. OLE color: 3805386.

HSL color Cylindrical-coordinate representation of color #CA103A: hue angle of 346.45º 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 #CA103A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 58 -
CMYK 0 0.92 0.71 0.21
HSL 346.45º 0.85% 0.43% -
HSV(B) 346.45º 0.92% 0.79% -
XYZ 25.31 13.23 5.22 -
YUV 76.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 202 16 58 0 0.92 0.71 0.21 346.45 0.85 0.43
Hex CA 10 3A 0 5C 47 15 15A 55 2B
Octal 312 20 72 0 134 107 25 532 125 53
Binary 11001010 10000 111010 0 1011100 1000111 10101 101011010 1010101 101011

Color Harmonies of #CA103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA103A

Black with #CA103A

Text Example


Text Example

White with #CA103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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