Html Css Color HEX #C10930 Cardinal

📋 copy color: '#C10930'

red 193 ◦ green 9 ◦ blue 48

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

Shades of Cardinal #C10930

Tints of Cardinal #C10930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 77.2%
G = 3.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C10930 (or 0xC10930) is known color: Cardinal. HEX triplet: C1, 09 and 30. RGB value is (193,9,48). Sum of RGB (Red+Green+Blue) = 193+9+48=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10930 is #3EF6CF. Grayscale: #444444. Windows color (decimal): -4126416 or 3148225. OLE color: 3148225.

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

Color convert

RGB 193 9 48 -
CMYK 0 0.95 0.75 0.24
HSL 347.28º 0.91% 0.4% -
HSV(B) 347.28º 0.95% 0.76% -
XYZ 22.62 11.75 3.87 -
YUV 68.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 193 9 48 0 0.95 0.75 0.24 347.28 0.91 0.4
Hex C1 9 30 0 5F 4B 18 15B 5B 28
Octal 301 11 60 0 137 113 30 533 133 50
Binary 11000001 1001 110000 0 1011111 1001011 11000 101011011 1011011 101000

Color Harmonies of #C10930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10930

Black with #C10930

Text Example


Text Example

White with #C10930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10930; }

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

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

background-color css

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

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

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

border-color css

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

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

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