Html Css Color HEX #B10130 Cardinal

📋 copy color: '#B10130'

red 177 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B10130

Tints of Cardinal #B10130

RGB

 RED value IS 177 (69.53% from 255) = 78.32%

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 78.32%
G = 0.44%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B10130 (or 0xB10130) is known color: Cardinal. HEX triplet: B1, 01 and 30. RGB value is (177,1,48). Sum of RGB (Red+Green+Blue) = 177+1+48=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B10130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10130 is #4EFECF. Grayscale: #3A3A3A. Windows color (decimal): -5177040 or 3146161. OLE color: 3146161.

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

Color convert

RGB 177 1 48 -
CMYK 0 0.99 0.73 0.31
HSL 343.98º 0.99% 0.35% -
HSV(B) 343.98º 0.99% 0.69% -
XYZ 18.68 9.58 3.66 -
YUV 58.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 177 1 48 0 0.99 0.73 0.31 343.98 0.99 0.35
Hex B1 1 30 0 63 49 1F 158 63 23
Octal 261 1 60 0 143 111 37 530 143 43
Binary 10110001 1 110000 0 1100011 1001001 11111 101011000 1100011 100011

Color Harmonies of #B10130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10130

Black with #B10130

Text Example


Text Example

White with #B10130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10130; }

 p { color: rgb(177,1,48); }

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

background-color css

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

 a { background-color: rgb(177,1,48); }

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

border-color css

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

 span { border-color: rgb(177,1,48); }

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