Html Css Color HEX #B01326 Cardinal

📋 copy color: '#B01326'

red 176 ◦ green 19 ◦ blue 38

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

Shades of Cardinal #B01326

Tints of Cardinal #B01326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 75.54%
G = 8.15%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B01326 (or 0xB01326) is known color: Cardinal. HEX triplet: B0, 13 and 26. RGB value is (176,19,38). Sum of RGB (Red+Green+Blue) = 176+19+38=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B01326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01326 is #4FECD9. Grayscale: #444444. Windows color (decimal): -5237978 or 2495408. OLE color: 2495408.

HSL color Cylindrical-coordinate representation of color #B01326: hue angle of 352.74º degrees, saturation: 0.81, 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 #B01326 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 38 -
CMYK 0 0.89 0.78 0.31
HSL 352.74º 0.81% 0.38% -
HSV(B) 352.74º 0.89% 0.69% -
XYZ 18.49 9.84 2.76 -
YUV 68.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 176 19 38 0 0.89 0.78 0.31 352.74 0.81 0.38
Hex B0 13 26 0 59 4E 1F 161 51 26
Octal 260 23 46 0 131 116 37 541 121 46
Binary 10110000 10011 100110 0 1011001 1001110 11111 101100001 1010001 100110

Color Harmonies of #B01326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01326

Black with #B01326

Text Example


Text Example

White with #B01326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01326; }

 p { color: rgb(176,19,38); }

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

background-color css

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

 a { background-color: rgb(176,19,38); }

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

border-color css

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

 span { border-color: rgb(176,19,38); }

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