Html Css Color HEX #C3073A Cardinal

📋 copy color: '#C3073A'

red 195 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #C3073A

Tints of Cardinal #C3073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 75%
G = 2.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3073A (or 0xC3073A) is known color: Cardinal. HEX triplet: C3, 07 and 3A. RGB value is (195,7,58). Sum of RGB (Red+Green+Blue) = 195+7+58=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3073A is #3CF8C5. Grayscale: #454545. Windows color (decimal): -3995846 or 3803075. OLE color: 3803075.

HSL color Cylindrical-coordinate representation of color #C3073A: hue angle of 343.72º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3073A is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 58 -
CMYK 0 0.96 0.70 0.24
HSL 343.72º 0.93% 0.4% -
HSV(B) 343.72º 0.96% 0.76% -
XYZ 23.35 12.06 5.1 -
YUV 69.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 195 7 58 0 0.96 0.70 0.24 343.72 0.93 0.4
Hex C3 7 3A 0 60 46 18 158 5D 28
Octal 303 7 72 0 140 106 30 530 135 50
Binary 11000011 111 111010 0 1100000 1000110 11000 101011000 1011101 101000

Color Harmonies of #C3073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3073A

Black with #C3073A

Text Example


Text Example

White with #C3073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3073A; }

 p { color: rgb(195,7,58); }

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

background-color css

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

 a { background-color: rgb(195,7,58); }

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

border-color css

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

 span { border-color: rgb(195,7,58); }

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