Html Css Color HEX #C00345 Cardinal

📋 copy color: '#C00345'

red 192 ◦ green 3 ◦ blue 69

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

Shades of Cardinal #C00345

Tints of Cardinal #C00345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 72.73%
G = 1.14%
B = 26.14%

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

#C00345 (or 0xC00345) is known color: Cardinal. HEX triplet: C0, 03 and 45. RGB value is (192,3,69). Sum of RGB (Red+Green+Blue) = 192+3+69=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C00345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00345 is #3FFCBA. Grayscale: #424242. Windows color (decimal): -4193467 or 4522944. OLE color: 4522944.

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

Color convert

RGB 192 3 69 -
CMYK 0 0.98 0.64 0.25
HSL 339.05º 0.97% 0.38% -
HSV(B) 339.05º 0.98% 0.75% -
XYZ 22.84 11.7 6.68 -
YUV 67.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 192 3 69 0 0.98 0.64 0.25 339.05 0.97 0.38
Hex C0 3 45 0 62 40 19 153 61 26
Octal 300 3 105 0 142 100 31 523 141 46
Binary 11000000 11 1000101 0 1100010 1000000 11001 101010011 1100001 100110

Color Harmonies of #C00345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00345

Black with #C00345

Text Example


Text Example

White with #C00345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00345; }

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

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

background-color css

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

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

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

border-color css

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

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

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