Html Css Color HEX #C30046 Cardinal

📋 copy color: '#C30046'

red 195 ◦ green 0 ◦ blue 70

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

Shades of Cardinal #C30046

Tints of Cardinal #C30046

RGB

 RED value IS 195 (76.56% from 255) = 73.58%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.58%
G = 0%
B = 26.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30046 (or 0xC30046) is known color: Cardinal. HEX triplet: C3, 00 and 46. RGB value is (195,0,70). Sum of RGB (Red+Green+Blue) = 195+0+70=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C30046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30046 is #3CFFB9. Grayscale: #424242. Windows color (decimal): -3997626 or 4587715. OLE color: 4587715.

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

Color convert

RGB 195 0 70 -
CMYK 0 1 0.64 0.24
HSL 338.46º 1% 0.38% -
HSV(B) 338.46º 1% 0.76% -
XYZ 23.61 12.04 6.87 -
YUV 66.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 195 0 70 0 1 0.64 0.24 338.46 1 0.38
Hex C3 0 46 0 64 40 18 152 64 26
Octal 303 0 106 0 144 100 30 522 144 46
Binary 11000011 0 1000110 0 1100100 1000000 11000 101010010 1100100 100110

Color Harmonies of #C30046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30046

Black with #C30046

Text Example


Text Example

White with #C30046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30046; }

 p { color: rgb(195,0,70); }

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

background-color css

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

 a { background-color: rgb(195,0,70); }

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

border-color css

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

 span { border-color: rgb(195,0,70); }

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