Html Css Color HEX #B40237 Cardinal

📋 copy color: '#B40237'

red 180 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #B40237

Tints of Cardinal #B40237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 75.95%
G = 0.84%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40237 (or 0xB40237) is known color: Cardinal. HEX triplet: B4, 02 and 37. RGB value is (180,2,55). Sum of RGB (Red+Green+Blue) = 180+2+55=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40237 is #4BFDC8. Grayscale: #3D3D3D. Windows color (decimal): -4980169 or 3605172. OLE color: 3605172.

HSL color Cylindrical-coordinate representation of color #B40237: hue angle of 342.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40237 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 55 -
CMYK 0 0.99 0.69 0.29
HSL 342.13º 0.98% 0.36% -
HSV(B) 342.13º 0.99% 0.71% -
XYZ 19.53 10.02 4.52 -
YUV 61.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 180 2 55 0 0.99 0.69 0.29 342.13 0.98 0.36
Hex B4 2 37 0 63 45 1D 156 62 24
Octal 264 2 67 0 143 105 35 526 142 44
Binary 10110100 10 110111 0 1100011 1000101 11101 101010110 1100010 100100

Color Harmonies of #B40237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40237

Black with #B40237

Text Example


Text Example

White with #B40237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40237; }

 p { color: rgb(180,2,55); }

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

background-color css

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

 a { background-color: rgb(180,2,55); }

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

border-color css

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

 span { border-color: rgb(180,2,55); }

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