Html Css Color HEX #B10135 Cardinal

📋 copy color: '#B10135'

red 177 ◦ green 1 ◦ blue 53

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

Shades of Cardinal #B10135

Tints of Cardinal #B10135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 76.62%
G = 0.43%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B10135 (or 0xB10135) is known color: Cardinal. HEX triplet: B1, 01 and 35. RGB value is (177,1,53). Sum of RGB (Red+Green+Blue) = 177+1+53=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10135 is #4EFECA. Grayscale: #3B3B3B. Windows color (decimal): -5177035 or 3473841. OLE color: 3473841.

HSL color Cylindrical-coordinate representation of color #B10135: hue angle of 342.27º 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 #B10135 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 53 -
CMYK 0 0.99 0.70 0.31
HSL 342.27º 0.99% 0.35% -
HSV(B) 342.27º 0.99% 0.69% -
XYZ 18.78 9.63 4.24 -
YUV 59.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 177 1 53 0 0.99 0.70 0.31 342.27 0.99 0.35
Hex B1 1 35 0 63 46 1F 156 63 23
Octal 261 1 65 0 143 106 37 526 143 43
Binary 10110001 1 110101 0 1100011 1000110 11111 101010110 1100011 100011

Color Harmonies of #B10135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10135

Black with #B10135

Text Example


Text Example

White with #B10135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10135; }

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

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

background-color css

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

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

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

border-color css

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

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

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