Html Css Color HEX #B01A30 Cardinal

📋 copy color: '#B01A30'

red 176 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #B01A30

Tints of Cardinal #B01A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 70.4%
G = 10.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B01A30 (or 0xB01A30) is known color: Cardinal. HEX triplet: B0, 1A and 30. RGB value is (176,26,48). Sum of RGB (Red+Green+Blue) = 176+26+48=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A30 is #4FE5CF. Grayscale: #494949. Windows color (decimal): -5236176 or 3152560. OLE color: 3152560.

HSL color Cylindrical-coordinate representation of color #B01A30: hue angle of 351.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A30 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 48 -
CMYK 0 0.85 0.73 0.31
HSL 351.2º 0.74% 0.4% -
HSV(B) 351.2º 0.85% 0.69% -
XYZ 18.81 10.18 3.77 -
YUV 73.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 176 26 48 0 0.85 0.73 0.31 351.2 0.74 0.4
Hex B0 1A 30 0 55 49 1F 15F 4A 28
Octal 260 32 60 0 125 111 37 537 112 50
Binary 10110000 11010 110000 0 1010101 1001001 11111 101011111 1001010 101000

Color Harmonies of #B01A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A30

Black with #B01A30

Text Example


Text Example

White with #B01A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A30; }

 p { color: rgb(176,26,48); }

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

background-color css

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

 a { background-color: rgb(176,26,48); }

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

border-color css

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

 span { border-color: rgb(176,26,48); }

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