Html Css Color HEX #C00343 Cardinal

📋 copy color: '#C00343'

red 192 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #C00343

Tints of Cardinal #C00343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.57%

R = 73.28%
G = 1.15%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00343 (or 0xC00343) is known color: Cardinal. HEX triplet: C0, 03 and 43. RGB value is (192,3,67). Sum of RGB (Red+Green+Blue) = 192+3+67=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C00343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00343 is #3FFCBC. Grayscale: #424242. Windows color (decimal): -4193469 or 4391872. OLE color: 4391872.

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

Color convert

RGB 192 3 67 -
CMYK 0 0.98 0.65 0.25
HSL 339.68º 0.97% 0.38% -
HSV(B) 339.68º 0.98% 0.75% -
XYZ 22.78 11.68 6.36 -
YUV 66.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 192 3 67 0 0.98 0.65 0.25 339.68 0.97 0.38
Hex C0 3 43 0 62 41 19 154 61 26
Octal 300 3 103 0 142 101 31 524 141 46
Binary 11000000 11 1000011 0 1100010 1000001 11001 101010100 1100001 100110

Color Harmonies of #C00343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00343

Black with #C00343

Text Example


Text Example

White with #C00343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00343; }

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

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

background-color css

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

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

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

border-color css

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

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

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