Html Css Color HEX #C0093B Cardinal

📋 copy color: '#C0093B'

red 192 ◦ green 9 ◦ blue 59

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

Shades of Cardinal #C0093B

Tints of Cardinal #C0093B

RGB

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

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

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

R = 73.85%
G = 3.46%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0093B (or 0xC0093B) is known color: Cardinal. HEX triplet: C0, 09 and 3B. RGB value is (192,9,59). Sum of RGB (Red+Green+Blue) = 192+9+59=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0093B is #3FF6C4. Grayscale: #454545. Windows color (decimal): -4191941 or 3869120. OLE color: 3869120.

HSL color Cylindrical-coordinate representation of color #C0093B: hue angle of 343.61º 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 #C0093B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 59 -
CMYK 0 0.95 0.69 0.25
HSL 343.61º 0.91% 0.39% -
HSV(B) 343.61º 0.95% 0.75% -
XYZ 22.63 11.72 5.21 -
YUV 69.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 192 9 59 0 0.95 0.69 0.25 343.61 0.91 0.39
Hex C0 9 3B 0 5F 45 19 158 5B 27
Octal 300 11 73 0 137 105 31 530 133 47
Binary 11000000 1001 111011 0 1011111 1000101 11001 101011000 1011011 100111

Color Harmonies of #C0093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0093B

Black with #C0093B

Text Example


Text Example

White with #C0093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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