Html Css Color HEX #C00145 Cardinal

📋 copy color: '#C00145'

red 192 ◦ green 1 ◦ blue 69

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

Shades of Cardinal #C00145

Tints of Cardinal #C00145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.28%
G = 0.38%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C00145 (or 0xC00145) is known color: Cardinal. HEX triplet: C0, 01 and 45. RGB value is (192,1,69). Sum of RGB (Red+Green+Blue) = 192+1+69=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C00145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00145 is #3FFEBA. Grayscale: #414141. Windows color (decimal): -4193979 or 4522432. OLE color: 4522432.

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

Color convert

RGB 192 1 69 -
CMYK 0 0.99 0.64 0.25
HSL 338.64º 0.99% 0.38% -
HSV(B) 338.64º 0.99% 0.75% -
XYZ 22.82 11.66 6.68 -
YUV 65.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 192 1 69 0 0.99 0.64 0.25 338.64 0.99 0.38
Hex C0 1 45 0 63 40 19 153 63 26
Octal 300 1 105 0 143 100 31 523 143 46
Binary 11000000 1 1000101 0 1100011 1000000 11001 101010011 1100011 100110

Color Harmonies of #C00145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00145

Black with #C00145

Text Example


Text Example

White with #C00145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00145; }

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

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

background-color css

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

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

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

border-color css

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

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

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