Html Css Color HEX #B40B30 Cardinal

📋 copy color: '#B40B30'

red 180 ◦ green 11 ◦ blue 48

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

Shades of Cardinal #B40B30

Tints of Cardinal #B40B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 75.31%
G = 4.6%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40B30 (or 0xB40B30) is known color: Cardinal. HEX triplet: B4, 0B and 30. RGB value is (180,11,48). Sum of RGB (Red+Green+Blue) = 180+11+48=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B30 is #4BF4CF. Grayscale: #414141. Windows color (decimal): -4977872 or 3148724. OLE color: 3148724.

HSL color Cylindrical-coordinate representation of color #B40B30: hue angle of 346.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B30 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 11 48 -
CMYK 0 0.94 0.73 0.29
HSL 346.86º 0.88% 0.37% -
HSV(B) 346.86º 0.94% 0.71% -
XYZ 19.48 10.16 3.73 -
YUV 65.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 180 11 48 0 0.94 0.73 0.29 346.86 0.88 0.37
Hex B4 B 30 0 5E 49 1D 15B 58 25
Octal 264 13 60 0 136 111 35 533 130 45
Binary 10110100 1011 110000 0 1011110 1001001 11101 101011011 1011000 100101

Color Harmonies of #B40B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B30

Black with #B40B30

Text Example


Text Example

White with #B40B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B30; }

 p { color: rgb(180,11,48); }

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

background-color css

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

 a { background-color: rgb(180,11,48); }

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

border-color css

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

 span { border-color: rgb(180,11,48); }

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