Html Css Color HEX #B60C3A Cardinal

📋 copy color: '#B60C3A'

red 182 ◦ green 12 ◦ blue 58

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

Shades of Cardinal #B60C3A

Tints of Cardinal #B60C3A

RGB

 RED value IS 182 (71.48% from 255) = 72.22%

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 72.22%
G = 4.76%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B60C3A (or 0xB60C3A) is known color: Cardinal. HEX triplet: B6, 0C and 3A. RGB value is (182,12,58). Sum of RGB (Red+Green+Blue) = 182+12+58=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C3A is #49F3C5. Grayscale: #444444. Windows color (decimal): -4846534 or 3804342. OLE color: 3804342.

HSL color Cylindrical-coordinate representation of color #B60C3A: hue angle of 343.76º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C3A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 58 -
CMYK 0 0.93 0.68 0.29
HSL 343.76º 0.88% 0.38% -
HSV(B) 343.76º 0.93% 0.71% -
XYZ 20.19 10.51 4.97 -
YUV 68.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 182 12 58 0 0.93 0.68 0.29 343.76 0.88 0.38
Hex B6 C 3A 0 5D 44 1D 158 58 26
Octal 266 14 72 0 135 104 35 530 130 46
Binary 10110110 1100 111010 0 1011101 1000100 11101 101011000 1011000 100110

Color Harmonies of #B60C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C3A

Black with #B60C3A

Text Example


Text Example

White with #B60C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C3A; }

 p { color: rgb(182,12,58); }

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

background-color css

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

 a { background-color: rgb(182,12,58); }

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

border-color css

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

 span { border-color: rgb(182,12,58); }

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