Html Css Color HEX #B11430 Cardinal

📋 copy color: '#B11430'

red 177 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #B11430

Tints of Cardinal #B11430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 72.24%
G = 8.16%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B11430 (or 0xB11430) is known color: Cardinal. HEX triplet: B1, 14 and 30. RGB value is (177,20,48). Sum of RGB (Red+Green+Blue) = 177+20+48=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B11430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11430 is #4EEBCF. Grayscale: #464646. Windows color (decimal): -5172176 or 3151025. OLE color: 3151025.

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

Color convert

RGB 177 20 48 -
CMYK 0 0.89 0.73 0.31
HSL 349.3º 0.8% 0.39% -
HSV(B) 349.3º 0.89% 0.69% -
XYZ 18.92 10.06 3.74 -
YUV 70.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 177 20 48 0 0.89 0.73 0.31 349.3 0.8 0.39
Hex B1 14 30 0 59 49 1F 15D 50 27
Octal 261 24 60 0 131 111 37 535 120 47
Binary 10110001 10100 110000 0 1011001 1001001 11111 101011101 1010000 100111

Color Harmonies of #B11430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11430

Black with #B11430

Text Example


Text Example

White with #B11430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11430; }

 p { color: rgb(177,20,48); }

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

background-color css

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

 a { background-color: rgb(177,20,48); }

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

border-color css

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

 span { border-color: rgb(177,20,48); }

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