Html Css Color HEX #C12330 Cardinal

📋 copy color: '#C12330'

red 193 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #C12330

Tints of Cardinal #C12330

RGB

 RED value IS 193 (75.78% from 255) = 69.93%

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 69.93%
G = 12.68%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12330 (or 0xC12330) is known color: Cardinal. HEX triplet: C1, 23 and 30. RGB value is (193,35,48). Sum of RGB (Red+Green+Blue) = 193+35+48=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C12330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12330 is #3EDCCF. Grayscale: #535353. Windows color (decimal): -4119760 or 3154881. OLE color: 3154881.

HSL color Cylindrical-coordinate representation of color #C12330: hue angle of 355.06º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12330 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 48 -
CMYK 0 0.82 0.75 0.24
HSL 355.06º 0.69% 0.45% -
HSV(B) 355.06º 0.82% 0.76% -
XYZ 23.13 12.75 4.04 -
YUV 83.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 193 35 48 0 0.82 0.75 0.24 355.06 0.69 0.45
Hex C1 23 30 0 52 4B 18 163 45 2D
Octal 301 43 60 0 122 113 30 543 105 55
Binary 11000001 100011 110000 0 1010010 1001011 11000 101100011 1000101 101101

Color Harmonies of #C12330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12330

Black with #C12330

Text Example


Text Example

White with #C12330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12330; }

 p { color: rgb(193,35,48); }

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

background-color css

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

 a { background-color: rgb(193,35,48); }

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

border-color css

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

 span { border-color: rgb(193,35,48); }

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