Html Css Color HEX #C3034B Cardinal

📋 copy color: '#C3034B'

red 195 ◦ green 3 ◦ blue 75

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

Shades of Cardinal #C3034B

Tints of Cardinal #C3034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 71.43%
G = 1.1%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3034B (or 0xC3034B) is known color: Cardinal. HEX triplet: C3, 03 and 4B. RGB value is (195,3,75). Sum of RGB (Red+Green+Blue) = 195+3+75=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3034B is #3CFCB4. Grayscale: #444444. Windows color (decimal): -3996853 or 4916163. OLE color: 4916163.

HSL color Cylindrical-coordinate representation of color #C3034B: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3034B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 75 -
CMYK 0 0.98 0.62 0.24
HSL 337.5º 0.97% 0.39% -
HSV(B) 337.5º 0.98% 0.76% -
XYZ 23.81 12.18 7.75 -
YUV 68.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 195 3 75 0 0.98 0.62 0.24 337.5 0.97 0.39
Hex C3 3 4B 0 62 3E 18 152 61 27
Octal 303 3 113 0 142 76 30 522 141 47
Binary 11000011 11 1001011 0 1100010 111110 11000 101010010 1100001 100111

Color Harmonies of #C3034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3034B

Black with #C3034B

Text Example


Text Example

White with #C3034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3034B; }

 p { color: rgb(195,3,75); }

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

background-color css

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

 a { background-color: rgb(195,3,75); }

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

border-color css

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

 span { border-color: rgb(195,3,75); }

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