Html Css Color HEX #B40C3B Cardinal

📋 copy color: '#B40C3B'

red 180 ◦ green 12 ◦ blue 59

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

Shades of Cardinal #B40C3B

Tints of Cardinal #B40C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 71.71%
G = 4.78%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B40C3B (or 0xB40C3B) is known color: Cardinal. HEX triplet: B4, 0C and 3B. RGB value is (180,12,59). Sum of RGB (Red+Green+Blue) = 180+12+59=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C3B is #4BF3C4. Grayscale: #434343. Windows color (decimal): -4977605 or 3869876. OLE color: 3869876.

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

Color convert

RGB 180 12 59 -
CMYK 0 0.93 0.67 0.29
HSL 343.21º 0.88% 0.38% -
HSV(B) 343.21º 0.93% 0.71% -
XYZ 19.74 10.28 5.08 -
YUV 67.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 180 12 59 0 0.93 0.67 0.29 343.21 0.88 0.38
Hex B4 C 3B 0 5D 43 1D 157 58 26
Octal 264 14 73 0 135 103 35 527 130 46
Binary 10110100 1100 111011 0 1011101 1000011 11101 101010111 1011000 100110

Color Harmonies of #B40C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C3B

Black with #B40C3B

Text Example


Text Example

White with #B40C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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