Html Css Color HEX #B40732 Cardinal

📋 copy color: '#B40732'

red 180 ◦ green 7 ◦ blue 50

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

Shades of Cardinal #B40732

Tints of Cardinal #B40732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 75.95%
G = 2.95%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B40732 (or 0xB40732) is known color: Cardinal. HEX triplet: B4, 07 and 32. RGB value is (180,7,50). Sum of RGB (Red+Green+Blue) = 180+7+50=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40732 is #4BF8CD. Grayscale: #3F3F3F. Windows color (decimal): -4978894 or 3278772. OLE color: 3278772.

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

Color convert

RGB 180 7 50 -
CMYK 0 0.96 0.72 0.29
HSL 345.09º 0.93% 0.37% -
HSV(B) 345.09º 0.96% 0.71% -
XYZ 19.47 10.09 3.94 -
YUV 63.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 180 7 50 0 0.96 0.72 0.29 345.09 0.93 0.37
Hex B4 7 32 0 60 48 1D 159 5D 25
Octal 264 7 62 0 140 110 35 531 135 45
Binary 10110100 111 110010 0 1100000 1001000 11101 101011001 1011101 100101

Color Harmonies of #B40732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40732

Black with #B40732

Text Example


Text Example

White with #B40732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40732; }

 p { color: rgb(180,7,50); }

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

background-color css

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

 a { background-color: rgb(180,7,50); }

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

border-color css

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

 span { border-color: rgb(180,7,50); }

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