Html Css Color HEX #C10530 Cardinal

📋 copy color: '#C10530'

red 193 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #C10530

Tints of Cardinal #C10530

RGB

 RED value IS 193 (75.78% from 255) = 78.46%

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 78.46%
G = 2.03%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C10530 (or 0xC10530) is known color: Cardinal. HEX triplet: C1, 05 and 30. RGB value is (193,5,48). Sum of RGB (Red+Green+Blue) = 193+5+48=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10530 is #3EFACF. Grayscale: #424242. Windows color (decimal): -4127440 or 3147201. OLE color: 3147201.

HSL color Cylindrical-coordinate representation of color #C10530: hue angle of 346.28º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10530 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 48 -
CMYK 0 0.97 0.75 0.24
HSL 346.28º 0.95% 0.39% -
HSV(B) 346.28º 0.97% 0.76% -
XYZ 22.58 11.66 3.86 -
YUV 66.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 193 5 48 0 0.97 0.75 0.24 346.28 0.95 0.39
Hex C1 5 30 0 61 4B 18 15A 5F 27
Octal 301 5 60 0 141 113 30 532 137 47
Binary 11000001 101 110000 0 1100001 1001011 11000 101011010 1011111 100111

Color Harmonies of #C10530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10530

Black with #C10530

Text Example


Text Example

White with #C10530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10530; }

 p { color: rgb(193,5,48); }

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

background-color css

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

 a { background-color: rgb(193,5,48); }

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

border-color css

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

 span { border-color: rgb(193,5,48); }

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