Html Css Color HEX #B01448 Cardinal

📋 copy color: '#B01448'

red 176 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #B01448

Tints of Cardinal #B01448

RGB

 RED value IS 176 (69.14% from 255) = 65.67%

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 65.67%
G = 7.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B01448 (or 0xB01448) is known color: Cardinal. HEX triplet: B0, 14 and 48. RGB value is (176,20,72). Sum of RGB (Red+Green+Blue) = 176+20+72=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B01448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01448 is #4FEBB7. Grayscale: #484848. Windows color (decimal): -5237688 or 4723888. OLE color: 4723888.

HSL color Cylindrical-coordinate representation of color #B01448: hue angle of 340º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01448 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 72 -
CMYK 0 0.89 0.59 0.31
HSL 340º 0.8% 0.38% -
HSV(B) 340º 0.89% 0.69% -
XYZ 19.32 10.2 7.08 -
YUV 72.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 176 20 72 0 0.89 0.59 0.31 340 0.8 0.38
Hex B0 14 48 0 59 3B 1F 154 50 26
Octal 260 24 110 0 131 73 37 524 120 46
Binary 10110000 10100 1001000 0 1011001 111011 11111 101010100 1010000 100110

Color Harmonies of #B01448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01448

Black with #B01448

Text Example


Text Example

White with #B01448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01448; }

 p { color: rgb(176,20,72); }

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

background-color css

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

 a { background-color: rgb(176,20,72); }

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

border-color css

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

 span { border-color: rgb(176,20,72); }

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