Html Css Color HEX #B10A2D Cardinal

📋 copy color: '#B10A2D'

red 177 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B10A2D

Tints of Cardinal #B10A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

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

R = 76.29%
G = 4.31%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B10A2D (or 0xB10A2D) is known color: Cardinal. HEX triplet: B1, 0A and 2D. RGB value is (177,10,45). Sum of RGB (Red+Green+Blue) = 177+10+45=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A2D is #4EF5D2. Grayscale: #3F3F3F. Windows color (decimal): -5174739 or 2951857. OLE color: 2951857.

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

Color convert

RGB 177 10 45 -
CMYK 0 0.94 0.75 0.31
HSL 347.43º 0.89% 0.37% -
HSV(B) 347.43º 0.94% 0.69% -
XYZ 18.71 9.75 3.38 -
YUV 63.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 177 10 45 0 0.94 0.75 0.31 347.43 0.89 0.37
Hex B1 A 2D 0 5E 4B 1F 15B 59 25
Octal 261 12 55 0 136 113 37 533 131 45
Binary 10110001 1010 101101 0 1011110 1001011 11111 101011011 1011001 100101

Color Harmonies of #B10A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A2D

Black with #B10A2D

Text Example


Text Example

White with #B10A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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