Html Css Color HEX #C3183A Cardinal

📋 copy color: '#C3183A'

red 195 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #C3183A

Tints of Cardinal #C3183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 70.4%
G = 8.66%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3183A (or 0xC3183A) is known color: Cardinal. HEX triplet: C3, 18 and 3A. RGB value is (195,24,58). Sum of RGB (Red+Green+Blue) = 195+24+58=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3183A is #3CE7C5. Grayscale: #4F4F4F. Windows color (decimal): -3991494 or 3807427. OLE color: 3807427.

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

Color convert

RGB 195 24 58 -
CMYK 0 0.88 0.70 0.24
HSL 348.07º 0.78% 0.43% -
HSV(B) 348.07º 0.88% 0.76% -
XYZ 23.6 12.56 5.18 -
YUV 79.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 195 24 58 0 0.88 0.70 0.24 348.07 0.78 0.43
Hex C3 18 3A 0 58 46 18 15C 4E 2B
Octal 303 30 72 0 130 106 30 534 116 53
Binary 11000011 11000 111010 0 1011000 1000110 11000 101011100 1001110 101011

Color Harmonies of #C3183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3183A

Black with #C3183A

Text Example


Text Example

White with #C3183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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