Html Css Color HEX #C12732 Cardinal

📋 copy color: '#C12732'

red 193 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #C12732

Tints of Cardinal #C12732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 68.44%
G = 13.83%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C12732 (or 0xC12732) is known color: Cardinal. HEX triplet: C1, 27 and 32. RGB value is (193,39,50). Sum of RGB (Red+Green+Blue) = 193+39+50=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C12732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12732 is #3ED8CD. Grayscale: #565656. Windows color (decimal): -4118734 or 3286977. OLE color: 3286977.

HSL color Cylindrical-coordinate representation of color #C12732: hue angle of 355.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12732 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 50 -
CMYK 0 0.80 0.74 0.24
HSL 355.71º 0.66% 0.45% -
HSV(B) 355.71º 0.8% 0.76% -
XYZ 23.29 13.02 4.3 -
YUV 86.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 193 39 50 0 0.80 0.74 0.24 355.71 0.66 0.45
Hex C1 27 32 0 50 4A 18 164 42 2D
Octal 301 47 62 0 120 112 30 544 102 55
Binary 11000001 100111 110010 0 1010000 1001010 11000 101100100 1000010 101101

Color Harmonies of #C12732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12732

Black with #C12732

Text Example


Text Example

White with #C12732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12732; }

 p { color: rgb(193,39,50); }

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

background-color css

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

 a { background-color: rgb(193,39,50); }

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

border-color css

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

 span { border-color: rgb(193,39,50); }

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