Html Css Color HEX #B40943 Cardinal

📋 copy color: '#B40943'

red 180 ◦ green 9 ◦ blue 67

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

Shades of Cardinal #B40943

Tints of Cardinal #B40943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 67 (26.56% from 255) = 26.17%

R = 70.31%
G = 3.52%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40943 (or 0xB40943) is known color: Cardinal. HEX triplet: B4, 09 and 43. RGB value is (180,9,67). Sum of RGB (Red+Green+Blue) = 180+9+67=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B40943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40943 is #4BF6BC. Grayscale: #424242. Windows color (decimal): -4978365 or 4393396. OLE color: 4393396.

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

Color convert

RGB 180 9 67 -
CMYK 0 0.95 0.63 0.29
HSL 339.65º 0.9% 0.37% -
HSV(B) 339.65º 0.95% 0.71% -
XYZ 19.93 10.3 6.25 -
YUV 66.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 180 9 67 0 0.95 0.63 0.29 339.65 0.9 0.37
Hex B4 9 43 0 5F 3F 1D 154 5A 25
Octal 264 11 103 0 137 77 35 524 132 45
Binary 10110100 1001 1000011 0 1011111 111111 11101 101010100 1011010 100101

Color Harmonies of #B40943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40943

Black with #B40943

Text Example


Text Example

White with #B40943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40943; }

 p { color: rgb(180,9,67); }

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

background-color css

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

 a { background-color: rgb(180,9,67); }

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

border-color css

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

 span { border-color: rgb(180,9,67); }

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