Html Css Color HEX #C1003B Cardinal

📋 copy color: '#C1003B'

red 193 ◦ green 0 ◦ blue 59

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

Shades of Cardinal #C1003B

Tints of Cardinal #C1003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 76.59%
G = 0%
B = 23.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1003B (or 0xC1003B) is known color: Cardinal. HEX triplet: C1, 00 and 3B. RGB value is (193,0,59). Sum of RGB (Red+Green+Blue) = 193+0+59=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003B is #3EFFC4. Grayscale: #404040. Windows color (decimal): -4128709 or 3866817. OLE color: 3866817.

HSL color Cylindrical-coordinate representation of color #C1003B: hue angle of 341.66º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1003B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 59 -
CMYK 0 1 0.69 0.24
HSL 341.66º 1% 0.38% -
HSV(B) 341.66º 1% 0.76% -
XYZ 22.78 11.65 5.19 -
YUV 64.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 193 0 59 0 1 0.69 0.24 341.66 1 0.38
Hex C1 0 3B 0 64 45 18 156 64 26
Octal 301 0 73 0 144 105 30 526 144 46
Binary 11000001 0 111011 0 1100100 1000101 11000 101010110 1100100 100110

Color Harmonies of #C1003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1003B

Black with #C1003B

Text Example


Text Example

White with #C1003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1003B; }

 p { color: rgb(193,0,59); }

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

background-color css

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

 a { background-color: rgb(193,0,59); }

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

border-color css

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

 span { border-color: rgb(193,0,59); }

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