Html Css Color HEX #B01640 Cardinal

📋 copy color: '#B01640'

red 176 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #B01640

Tints of Cardinal #B01640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.4%

 BLUE value IS 64 (25.39% from 255) = 24.43%

R = 67.18%
G = 8.4%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01640 (or 0xB01640) is known color: Cardinal. HEX triplet: B0, 16 and 40. RGB value is (176,22,64). Sum of RGB (Red+Green+Blue) = 176+22+64=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B01640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01640 is #4FE9BF. Grayscale: #484848. Windows color (decimal): -5237184 or 4200112. OLE color: 4200112.

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

Color convert

RGB 176 22 64 -
CMYK 0 0.88 0.64 0.31
HSL 343.64º 0.78% 0.39% -
HSV(B) 343.64º 0.88% 0.69% -
XYZ 19.12 10.17 5.81 -
YUV 72.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 176 22 64 0 0.88 0.64 0.31 343.64 0.78 0.39
Hex B0 16 40 0 58 40 1F 158 4E 27
Octal 260 26 100 0 130 100 37 530 116 47
Binary 10110000 10110 1000000 0 1011000 1000000 11111 101011000 1001110 100111

Color Harmonies of #B01640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01640

Black with #B01640

Text Example


Text Example

White with #B01640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01640; }

 p { color: rgb(176,22,64); }

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

background-color css

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

 a { background-color: rgb(176,22,64); }

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

border-color css

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

 span { border-color: rgb(176,22,64); }

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