Html Css Color HEX #C0033A Cardinal

📋 copy color: '#C0033A'

red 192 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #C0033A

Tints of Cardinal #C0033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 75.89%
G = 1.19%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0033A (or 0xC0033A) is known color: Cardinal. HEX triplet: C0, 03 and 3A. RGB value is (192,3,58). Sum of RGB (Red+Green+Blue) = 192+3+58=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033A is #3FFCC5. Grayscale: #414141. Windows color (decimal): -4193478 or 3802048. OLE color: 3802048.

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

Color convert

RGB 192 3 58 -
CMYK 0 0.98 0.70 0.25
HSL 342.54º 0.97% 0.38% -
HSV(B) 342.54º 0.98% 0.75% -
XYZ 22.53 11.58 5.05 -
YUV 65.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 192 3 58 0 0.98 0.70 0.25 342.54 0.97 0.38
Hex C0 3 3A 0 62 46 19 157 61 26
Octal 300 3 72 0 142 106 31 527 141 46
Binary 11000000 11 111010 0 1100010 1000110 11001 101010111 1100001 100110

Color Harmonies of #C0033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0033A

Black with #C0033A

Text Example


Text Example

White with #C0033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0033A; }

 p { color: rgb(192,3,58); }

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

background-color css

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

 a { background-color: rgb(192,3,58); }

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

border-color css

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

 span { border-color: rgb(192,3,58); }

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