Html Css Color HEX #B41B3B Cardinal

📋 copy color: '#B41B3B'

red 180 ◦ green 27 ◦ blue 59

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

Shades of Cardinal #B41B3B

Tints of Cardinal #B41B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 67.67%
G = 10.15%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B41B3B (or 0xB41B3B) is known color: Cardinal. HEX triplet: B4, 1B and 3B. RGB value is (180,27,59). Sum of RGB (Red+Green+Blue) = 180+27+59=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B3B is #4BE4C4. Grayscale: #4C4C4C. Windows color (decimal): -4973765 or 3873716. OLE color: 3873716.

HSL color Cylindrical-coordinate representation of color #B41B3B: hue angle of 347.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B3B is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 27 59 -
CMYK 0 0.85 0.67 0.29
HSL 347.45º 0.74% 0.41% -
HSV(B) 347.45º 0.85% 0.71% -
XYZ 20 10.8 5.17 -
YUV 76.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 180 27 59 0 0.85 0.67 0.29 347.45 0.74 0.41
Hex B4 1B 3B 0 55 43 1D 15B 4A 29
Octal 264 33 73 0 125 103 35 533 112 51
Binary 10110100 11011 111011 0 1010101 1000011 11101 101011011 1001010 101001

Color Harmonies of #B41B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41B3B

Black with #B41B3B

Text Example


Text Example

White with #B41B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41B3B; }

 p { color: rgb(180,27,59); }

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

background-color css

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

 a { background-color: rgb(180,27,59); }

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

border-color css

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

 span { border-color: rgb(180,27,59); }

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