Html Css Color HEX #C00134 Cardinal

📋 copy color: '#C00134'

red 192 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #C00134

Tints of Cardinal #C00134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 78.37%
G = 0.41%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C00134 (or 0xC00134) is known color: Cardinal. HEX triplet: C0, 01 and 34. RGB value is (192,1,52). Sum of RGB (Red+Green+Blue) = 192+1+52=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00134 is #3FFECB. Grayscale: #3F3F3F. Windows color (decimal): -4193996 or 3408320. OLE color: 3408320.

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

Color convert

RGB 192 1 52 -
CMYK 0 0.99 0.73 0.25
HSL 343.98º 0.99% 0.38% -
HSV(B) 343.98º 0.99% 0.75% -
XYZ 22.37 11.48 4.28 -
YUV 63.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 192 1 52 0 0.99 0.73 0.25 343.98 0.99 0.38
Hex C0 1 34 0 63 49 19 158 63 26
Octal 300 1 64 0 143 111 31 530 143 46
Binary 11000000 1 110100 0 1100011 1001001 11001 101011000 1100011 100110

Color Harmonies of #C00134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00134

Black with #C00134

Text Example


Text Example

White with #C00134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00134; }

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

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

background-color css

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

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

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

border-color css

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

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

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