Html Css Color HEX #B40A2A Cardinal

📋 copy color: '#B40A2A'

red 180 ◦ green 10 ◦ blue 42

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

Shades of Cardinal #B40A2A

Tints of Cardinal #B40A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 77.59%
G = 4.31%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B40A2A (or 0xB40A2A) is known color: Cardinal. HEX triplet: B4, 0A and 2A. RGB value is (180,10,42). Sum of RGB (Red+Green+Blue) = 180+10+42=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A2A is #4BF5D5. Grayscale: #404040. Windows color (decimal): -4978134 or 2755252. OLE color: 2755252.

HSL color Cylindrical-coordinate representation of color #B40A2A: hue angle of 348.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A2A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 42 -
CMYK 0 0.94 0.77 0.29
HSL 348.71º 0.89% 0.37% -
HSV(B) 348.71º 0.94% 0.71% -
XYZ 19.35 10.09 3.12 -
YUV 64.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 180 10 42 0 0.94 0.77 0.29 348.71 0.89 0.37
Hex B4 A 2A 0 5E 4D 1D 15D 59 25
Octal 264 12 52 0 136 115 35 535 131 45
Binary 10110100 1010 101010 0 1011110 1001101 11101 101011101 1011001 100101

Color Harmonies of #B40A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A2A

Black with #B40A2A

Text Example


Text Example

White with #B40A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A2A; }

 p { color: rgb(180,10,42); }

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

background-color css

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

 a { background-color: rgb(180,10,42); }

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

border-color css

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

 span { border-color: rgb(180,10,42); }

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