Html Css Color HEX #B1062C Cardinal

📋 copy color: '#B1062C'

red 177 ◦ green 6 ◦ blue 44

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

Shades of Cardinal #B1062C

Tints of Cardinal #B1062C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 77.97%
G = 2.64%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1062C (or 0xB1062C) is known color: Cardinal. HEX triplet: B1, 06 and 2C. RGB value is (177,6,44). Sum of RGB (Red+Green+Blue) = 177+6+44=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B1062C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1062C is #4EF9D3. Grayscale: #3D3D3D. Windows color (decimal): -5175764 or 2885297. OLE color: 2885297.

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

Color convert

RGB 177 6 44 -
CMYK 0 0.97 0.75 0.31
HSL 346.67º 0.93% 0.36% -
HSV(B) 346.67º 0.97% 0.69% -
XYZ 18.65 9.66 3.26 -
YUV 61.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 177 6 44 0 0.97 0.75 0.31 346.67 0.93 0.36
Hex B1 6 2C 0 61 4B 1F 15B 5D 24
Octal 261 6 54 0 141 113 37 533 135 44
Binary 10110001 110 101100 0 1100001 1001011 11111 101011011 1011101 100100

Color Harmonies of #B1062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1062C

Black with #B1062C

Text Example


Text Example

White with #B1062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1062C; }

 p { color: rgb(177,6,44); }

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

background-color css

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

 a { background-color: rgb(177,6,44); }

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

border-color css

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

 span { border-color: rgb(177,6,44); }

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