Html Css Color HEX #C00146 Cardinal

📋 copy color: '#C00146'

red 192 ◦ green 1 ◦ blue 70

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

Shades of Cardinal #C00146

Tints of Cardinal #C00146

RGB

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

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

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

R = 73%
G = 0.38%
B = 26.62%

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

#C00146 (or 0xC00146) is known color: Cardinal. HEX triplet: C0, 01 and 46. RGB value is (192,1,70). Sum of RGB (Red+Green+Blue) = 192+1+70=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C00146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00146 is #3FFEB9. Grayscale: #414141. Windows color (decimal): -4193978 or 4587968. OLE color: 4587968.

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

Color convert

RGB 192 1 70 -
CMYK 0 0.99 0.64 0.25
HSL 338.32º 0.99% 0.38% -
HSV(B) 338.32º 0.99% 0.75% -
XYZ 22.85 11.67 6.84 -
YUV 65.98 130.28 217.89 -
System Red Green Blue C M Y K H S L
Decimal 192 1 70 0 0.99 0.64 0.25 338.32 0.99 0.38
Hex C0 1 46 0 63 40 19 152 63 26
Octal 300 1 106 0 143 100 31 522 143 46
Binary 11000000 1 1000110 0 1100011 1000000 11001 101010010 1100011 100110

Color Harmonies of #C00146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00146

Black with #C00146

Text Example


Text Example

White with #C00146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00146; }

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

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

background-color css

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

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

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

border-color css

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

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

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