Html Css Color HEX #C0013B Cardinal

📋 copy color: '#C0013B'

red 192 ◦ green 1 ◦ blue 59

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

Shades of Cardinal #C0013B

Tints of Cardinal #C0013B

RGB

 RED value IS 192 (75.39% from 255) = 76.19%

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 76.19%
G = 0.4%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0013B (or 0xC0013B) is known color: Cardinal. HEX triplet: C0, 01 and 3B. RGB value is (192,1,59). Sum of RGB (Red+Green+Blue) = 192+1+59=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0013B is #3FFEC4. Grayscale: #404040. Windows color (decimal): -4193989 or 3867072. OLE color: 3867072.

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

Color convert

RGB 192 1 59 -
CMYK 0 0.99 0.69 0.25
HSL 341.78º 0.99% 0.38% -
HSV(B) 341.78º 0.99% 0.75% -
XYZ 22.54 11.54 5.18 -
YUV 64.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 192 1 59 0 0.99 0.69 0.25 341.78 0.99 0.38
Hex C0 1 3B 0 63 45 19 156 63 26
Octal 300 1 73 0 143 105 31 526 143 46
Binary 11000000 1 111011 0 1100011 1000101 11001 101010110 1100011 100110

Color Harmonies of #C0013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0013B

Black with #C0013B

Text Example


Text Example

White with #C0013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0013B; }

 p { color: rgb(192,1,59); }

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

background-color css

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

 a { background-color: rgb(192,1,59); }

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

border-color css

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

 span { border-color: rgb(192,1,59); }

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