Html Css Color HEX #B40C3A Cardinal

📋 copy color: '#B40C3A'

red 180 ◦ green 12 ◦ blue 58

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

Shades of Cardinal #B40C3A

Tints of Cardinal #B40C3A

RGB

 RED value IS 180 (70.7% from 255) = 72%

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

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

R = 72%
G = 4.8%
B = 23.2%

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

#B40C3A (or 0xB40C3A) is known color: Cardinal. HEX triplet: B4, 0C and 3A. RGB value is (180,12,58). Sum of RGB (Red+Green+Blue) = 180+12+58=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C3A is #4BF3C5. Grayscale: #434343. Windows color (decimal): -4977606 or 3804340. OLE color: 3804340.

HSL color Cylindrical-coordinate representation of color #B40C3A: hue angle of 343.57º 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 #B40C3A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 58 -
CMYK 0 0.93 0.68 0.29
HSL 343.57º 0.88% 0.38% -
HSV(B) 343.57º 0.93% 0.71% -
XYZ 19.72 10.27 4.95 -
YUV 67.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 180 12 58 0 0.93 0.68 0.29 343.57 0.88 0.38
Hex B4 C 3A 0 5D 44 1D 158 58 26
Octal 264 14 72 0 135 104 35 530 130 46
Binary 10110100 1100 111010 0 1011101 1000100 11101 101011000 1011000 100110

Color Harmonies of #B40C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C3A

Black with #B40C3A

Text Example


Text Example

White with #B40C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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