Html Css Color HEX #B10741 Cardinal

📋 copy color: '#B10741'

red 177 ◦ green 7 ◦ blue 65

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

Shades of Cardinal #B10741

Tints of Cardinal #B10741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 71.08%
G = 2.81%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B10741 (or 0xB10741) is known color: Cardinal. HEX triplet: B1, 07 and 41. RGB value is (177,7,65). Sum of RGB (Red+Green+Blue) = 177+7+65=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B10741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10741 is #4EF8BE. Grayscale: #404040. Windows color (decimal): -5175487 or 4261809. OLE color: 4261809.

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

Color convert

RGB 177 7 65 -
CMYK 0 0.96 0.63 0.31
HSL 339.53º 0.92% 0.36% -
HSV(B) 339.53º 0.96% 0.69% -
XYZ 19.16 9.88 5.9 -
YUV 64.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 177 7 65 0 0.96 0.63 0.31 339.53 0.92 0.36
Hex B1 7 41 0 60 3F 1F 154 5C 24
Octal 261 7 101 0 140 77 37 524 134 44
Binary 10110001 111 1000001 0 1100000 111111 11111 101010100 1011100 100100

Color Harmonies of #B10741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10741

Black with #B10741

Text Example


Text Example

White with #B10741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10741; }

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

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

background-color css

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

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

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

border-color css

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

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

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