Html Css Color HEX #C00346 Cardinal

📋 copy color: '#C00346'

red 192 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #C00346

Tints of Cardinal #C00346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 72.45%
G = 1.13%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C00346 (or 0xC00346) is known color: Cardinal. HEX triplet: C0, 03 and 46. RGB value is (192,3,70). Sum of RGB (Red+Green+Blue) = 192+3+70=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C00346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00346 is #3FFCB9. Grayscale: #434343. Windows color (decimal): -4193466 or 4588480. OLE color: 4588480.

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

Color convert

RGB 192 3 70 -
CMYK 0 0.98 0.64 0.25
HSL 338.73º 0.97% 0.38% -
HSV(B) 338.73º 0.98% 0.75% -
XYZ 22.88 11.71 6.85 -
YUV 67.15 129.62 217.05 -
System Red Green Blue C M Y K H S L
Decimal 192 3 70 0 0.98 0.64 0.25 338.73 0.97 0.38
Hex C0 3 46 0 62 40 19 153 61 26
Octal 300 3 106 0 142 100 31 523 141 46
Binary 11000000 11 1000110 0 1100010 1000000 11001 101010011 1100001 100110

Color Harmonies of #C00346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00346

Black with #C00346

Text Example


Text Example

White with #C00346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00346; }

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

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

background-color css

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

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

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

border-color css

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

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

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