Html Css Color HEX #C0093F Cardinal

📋 copy color: '#C0093F'

red 192 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #C0093F

Tints of Cardinal #C0093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.86%

R = 72.73%
G = 3.41%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0093F (or 0xC0093F) is known color: Cardinal. HEX triplet: C0, 09 and 3F. RGB value is (192,9,63). Sum of RGB (Red+Green+Blue) = 192+9+63=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C0093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0093F is #3FF6C0. Grayscale: #454545. Windows color (decimal): -4191937 or 4131264. OLE color: 4131264.

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

Color convert

RGB 192 9 63 -
CMYK 0 0.95 0.67 0.25
HSL 342.3º 0.91% 0.39% -
HSV(B) 342.3º 0.95% 0.75% -
XYZ 22.73 11.76 5.77 -
YUV 69.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 192 9 63 0 0.95 0.67 0.25 342.3 0.91 0.39
Hex C0 9 3F 0 5F 43 19 156 5B 27
Octal 300 11 77 0 137 103 31 526 133 47
Binary 11000000 1001 111111 0 1011111 1000011 11001 101010110 1011011 100111

Color Harmonies of #C0093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0093F

Black with #C0093F

Text Example


Text Example

White with #C0093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0093F; }

 p { color: rgb(192,9,63); }

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

background-color css

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

 a { background-color: rgb(192,9,63); }

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

border-color css

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

 span { border-color: rgb(192,9,63); }

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