Html Css Color HEX #C32630 Cardinal

📋 copy color: '#C32630'

red 195 ◦ green 38 ◦ blue 48

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

Shades of Cardinal #C32630

Tints of Cardinal #C32630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

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

R = 69.4%
G = 13.52%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32630 (or 0xC32630) is known color: Cardinal. HEX triplet: C3, 26 and 30. RGB value is (195,38,48). Sum of RGB (Red+Green+Blue) = 195+38+48=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C32630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32630 is #3CD9CF. Grayscale: #565656. Windows color (decimal): -3987920 or 3155651. OLE color: 3155651.

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

Color convert

RGB 195 38 48 -
CMYK 0 0.81 0.75 0.24
HSL 356.18º 0.67% 0.46% -
HSV(B) 356.18º 0.81% 0.76% -
XYZ 23.73 13.2 4.09 -
YUV 86.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 195 38 48 0 0.81 0.75 0.24 356.18 0.67 0.46
Hex C3 26 30 0 51 4B 18 164 43 2E
Octal 303 46 60 0 121 113 30 544 103 56
Binary 11000011 100110 110000 0 1010001 1001011 11000 101100100 1000011 101110

Color Harmonies of #C32630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32630

Black with #C32630

Text Example


Text Example

White with #C32630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32630; }

 p { color: rgb(195,38,48); }

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

background-color css

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

 a { background-color: rgb(195,38,48); }

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

border-color css

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

 span { border-color: rgb(195,38,48); }

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