Html Css Color HEX #B1052F Cardinal

📋 copy color: '#B1052F'

red 177 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #B1052F

Tints of Cardinal #B1052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 77.29%
G = 2.18%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1052F (or 0xB1052F) is known color: Cardinal. HEX triplet: B1, 05 and 2F. RGB value is (177,5,47). Sum of RGB (Red+Green+Blue) = 177+5+47=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1052F is #4EFAD0. Grayscale: #3D3D3D. Windows color (decimal): -5176017 or 3081649. OLE color: 3081649.

HSL color Cylindrical-coordinate representation of color #B1052F: hue angle of 345.35º degrees, saturation: 0.95, 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 #B1052F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 47 -
CMYK 0 0.97 0.73 0.31
HSL 345.35º 0.95% 0.36% -
HSV(B) 345.35º 0.97% 0.69% -
XYZ 18.7 9.66 3.57 -
YUV 61.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 177 5 47 0 0.97 0.73 0.31 345.35 0.95 0.36
Hex B1 5 2F 0 61 49 1F 159 5F 24
Octal 261 5 57 0 141 111 37 531 137 44
Binary 10110001 101 101111 0 1100001 1001001 11111 101011001 1011111 100100

Color Harmonies of #B1052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1052F

Black with #B1052F

Text Example


Text Example

White with #B1052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1052F; }

 p { color: rgb(177,5,47); }

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

background-color css

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

 a { background-color: rgb(177,5,47); }

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

border-color css

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

 span { border-color: rgb(177,5,47); }

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