Html Css Color HEX #C30033 Cardinal

📋 copy color: '#C30033'

red 195 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #C30033

Tints of Cardinal #C30033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 79.27%
G = 0%
B = 20.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C30033 (or 0xC30033) is known color: Cardinal. HEX triplet: C3, 00 and 33. RGB value is (195,0,51). Sum of RGB (Red+Green+Blue) = 195+0+51=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C30033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30033 is #3CFFCC. Grayscale: #404040. Windows color (decimal): -3997645 or 3342531. OLE color: 3342531.

HSL color Cylindrical-coordinate representation of color #C30033: hue angle of 344.31º 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 #C30033 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 51 -
CMYK 0 1 0.74 0.24
HSL 344.31º 1% 0.38% -
HSV(B) 344.31º 1% 0.76% -
XYZ 23.1 11.84 4.2 -
YUV 64.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 195 0 51 0 1 0.74 0.24 344.31 1 0.38
Hex C3 0 33 0 64 4A 18 158 64 26
Octal 303 0 63 0 144 112 30 530 144 46
Binary 11000011 0 110011 0 1100100 1001010 11000 101011000 1100100 100110

Color Harmonies of #C30033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30033

Black with #C30033

Text Example


Text Example

White with #C30033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30033; }

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

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

background-color css

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

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

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

border-color css

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

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

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