Html Css Color HEX #B01748 Cardinal

📋 copy color: '#B01748'

red 176 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #B01748

Tints of Cardinal #B01748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 64.94%
G = 8.49%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B01748 (or 0xB01748) is known color: Cardinal. HEX triplet: B0, 17 and 48. RGB value is (176,23,72). Sum of RGB (Red+Green+Blue) = 176+23+72=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B01748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01748 is #4FE8B7. Grayscale: #4A4A4A. Windows color (decimal): -5236920 or 4724656. OLE color: 4724656.

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

Color convert

RGB 176 23 72 -
CMYK 0 0.87 0.59 0.31
HSL 340.78º 0.77% 0.39% -
HSV(B) 340.78º 0.87% 0.69% -
XYZ 19.38 10.31 7.1 -
YUV 74.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 176 23 72 0 0.87 0.59 0.31 340.78 0.77 0.39
Hex B0 17 48 0 57 3B 1F 155 4D 27
Octal 260 27 110 0 127 73 37 525 115 47
Binary 10110000 10111 1001000 0 1010111 111011 11111 101010101 1001101 100111

Color Harmonies of #B01748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01748

Black with #B01748

Text Example


Text Example

White with #B01748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01748; }

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

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

background-color css

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

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

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

border-color css

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

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

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