Html Css Color HEX #B40843 Cardinal

📋 copy color: '#B40843'

red 180 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #B40843

Tints of Cardinal #B40843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 70.59%
G = 3.14%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40843 (or 0xB40843) is known color: Cardinal. HEX triplet: B4, 08 and 43. RGB value is (180,8,67). Sum of RGB (Red+Green+Blue) = 180+8+67=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B40843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40843 is #4BF7BC. Grayscale: #424242. Windows color (decimal): -4978621 or 4393140. OLE color: 4393140.

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

Color convert

RGB 180 8 67 -
CMYK 0 0.96 0.63 0.29
HSL 339.42º 0.91% 0.37% -
HSV(B) 339.42º 0.96% 0.71% -
XYZ 19.92 10.28 6.24 -
YUV 66.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 180 8 67 0 0.96 0.63 0.29 339.42 0.91 0.37
Hex B4 8 43 0 60 3F 1D 153 5B 25
Octal 264 10 103 0 140 77 35 523 133 45
Binary 10110100 1000 1000011 0 1100000 111111 11101 101010011 1011011 100101

Color Harmonies of #B40843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40843

Black with #B40843

Text Example


Text Example

White with #B40843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40843; }

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

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

background-color css

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

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

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

border-color css

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

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

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