Html Css Color HEX #B40841 Cardinal

📋 copy color: '#B40841'

red 180 ◦ green 8 ◦ blue 65

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

Shades of Cardinal #B40841

Tints of Cardinal #B40841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.69%

R = 71.15%
G = 3.16%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40841 (or 0xB40841) is known color: Cardinal. HEX triplet: B4, 08 and 41. RGB value is (180,8,65). Sum of RGB (Red+Green+Blue) = 180+8+65=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40841 is #4BF7BE. Grayscale: #414141. Windows color (decimal): -4978623 or 4262068. OLE color: 4262068.

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

Color convert

RGB 180 8 65 -
CMYK 0 0.96 0.64 0.29
HSL 340.12º 0.91% 0.37% -
HSV(B) 340.12º 0.96% 0.71% -
XYZ 19.86 10.26 5.93 -
YUV 65.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 180 8 65 0 0.96 0.64 0.29 340.12 0.91 0.37
Hex B4 8 41 0 60 40 1D 154 5B 25
Octal 264 10 101 0 140 100 35 524 133 45
Binary 10110100 1000 1000001 0 1100000 1000000 11101 101010100 1011011 100101

Color Harmonies of #B40841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40841

Black with #B40841

Text Example


Text Example

White with #B40841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40841; }

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

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

background-color css

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

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

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

border-color css

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

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

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