Html Css Color HEX #B40844 Cardinal

📋 copy color: '#B40844'

red 180 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #B40844

Tints of Cardinal #B40844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 70.31%
G = 3.13%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B40844 (or 0xB40844) is known color: Cardinal. HEX triplet: B4, 08 and 44. RGB value is (180,8,68). Sum of RGB (Red+Green+Blue) = 180+8+68=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B40844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40844 is #4BF7BB. Grayscale: #424242. Windows color (decimal): -4978620 or 4458676. OLE color: 4458676.

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

Color convert

RGB 180 8 68 -
CMYK 0 0.96 0.62 0.29
HSL 339.07º 0.91% 0.37% -
HSV(B) 339.07º 0.96% 0.71% -
XYZ 19.95 10.29 6.4 -
YUV 66.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 180 8 68 0 0.96 0.62 0.29 339.07 0.91 0.37
Hex B4 8 44 0 60 3E 1D 153 5B 25
Octal 264 10 104 0 140 76 35 523 133 45
Binary 10110100 1000 1000100 0 1100000 111110 11101 101010011 1011011 100101

Color Harmonies of #B40844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40844

Black with #B40844

Text Example


Text Example

White with #B40844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40844; }

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

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

background-color css

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

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

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

border-color css

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

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

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