Html Css Color HEX #B10C41 Cardinal

📋 copy color: '#B10C41'

red 177 ◦ green 12 ◦ blue 65

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

Shades of Cardinal #B10C41

Tints of Cardinal #B10C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 69.69%
G = 4.72%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10C41 (or 0xB10C41) is known color: Cardinal. HEX triplet: B1, 0C and 41. RGB value is (177,12,65). Sum of RGB (Red+Green+Blue) = 177+12+65=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C41 is #4EF3BE. Grayscale: #434343. Windows color (decimal): -5174207 or 4263089. OLE color: 4263089.

HSL color Cylindrical-coordinate representation of color #B10C41: hue angle of 340.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C41 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 12 65 -
CMYK 0 0.93 0.63 0.31
HSL 340.73º 0.87% 0.37% -
HSV(B) 340.73º 0.93% 0.69% -
XYZ 19.22 9.99 5.92 -
YUV 67.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 177 12 65 0 0.93 0.63 0.31 340.73 0.87 0.37
Hex B1 C 41 0 5D 3F 1F 155 57 25
Octal 261 14 101 0 135 77 37 525 127 45
Binary 10110001 1100 1000001 0 1011101 111111 11111 101010101 1010111 100101

Color Harmonies of #B10C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C41

Black with #B10C41

Text Example


Text Example

White with #B10C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C41; }

 p { color: rgb(177,12,65); }

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

background-color css

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

 a { background-color: rgb(177,12,65); }

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

border-color css

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

 span { border-color: rgb(177,12,65); }

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