Html Css Color HEX #B40831 Cardinal

📋 copy color: '#B40831'

red 180 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #B40831

Tints of Cardinal #B40831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 75.95%
G = 3.38%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40831 (or 0xB40831) is known color: Cardinal. HEX triplet: B4, 08 and 31. RGB value is (180,8,49). Sum of RGB (Red+Green+Blue) = 180+8+49=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40831 is #4BF7CE. Grayscale: #404040. Windows color (decimal): -4978639 or 3213492. OLE color: 3213492.

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

Color convert

RGB 180 8 49 -
CMYK 0 0.96 0.73 0.29
HSL 345.7º 0.91% 0.37% -
HSV(B) 345.7º 0.96% 0.71% -
XYZ 19.46 10.1 3.83 -
YUV 64.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 180 8 49 0 0.96 0.73 0.29 345.7 0.91 0.37
Hex B4 8 31 0 60 49 1D 15A 5B 25
Octal 264 10 61 0 140 111 35 532 133 45
Binary 10110100 1000 110001 0 1100000 1001001 11101 101011010 1011011 100101

Color Harmonies of #B40831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40831

Black with #B40831

Text Example


Text Example

White with #B40831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40831; }

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

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

background-color css

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

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

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

border-color css

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

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

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