Html Css Color HEX #B10C2D Cardinal

📋 copy color: '#B10C2D'

red 177 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #B10C2D

Tints of Cardinal #B10C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 75.64%
G = 5.13%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B10C2D (or 0xB10C2D) is known color: Cardinal. HEX triplet: B1, 0C and 2D. RGB value is (177,12,45). Sum of RGB (Red+Green+Blue) = 177+12+45=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C2D is #4EF3D2. Grayscale: #414141. Windows color (decimal): -5174227 or 2952369. OLE color: 2952369.

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

Color convert

RGB 177 12 45 -
CMYK 0 0.93 0.75 0.31
HSL 348º 0.87% 0.37% -
HSV(B) 348º 0.93% 0.69% -
XYZ 18.74 9.8 3.39 -
YUV 65.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 177 12 45 0 0.93 0.75 0.31 348 0.87 0.37
Hex B1 C 2D 0 5D 4B 1F 15C 57 25
Octal 261 14 55 0 135 113 37 534 127 45
Binary 10110001 1100 101101 0 1011101 1001011 11111 101011100 1010111 100101

Color Harmonies of #B10C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C2D

Black with #B10C2D

Text Example


Text Example

White with #B10C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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