Html Css Color HEX #B0192F Cardinal

📋 copy color: '#B0192F'

red 176 ◦ green 25 ◦ blue 47

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

Shades of Cardinal #B0192F

Tints of Cardinal #B0192F

RGB

 RED value IS 176 (69.14% from 255) = 70.97%

 GREEN value IS 25 (10.16% from 255) = 10.08%

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

R = 70.97%
G = 10.08%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0192F (or 0xB0192F) is known color: Cardinal. HEX triplet: B0, 19 and 2F. RGB value is (176,25,47). Sum of RGB (Red+Green+Blue) = 176+25+47=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B0192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0192F is #4FE6D0. Grayscale: #484848. Windows color (decimal): -5236433 or 3086768. OLE color: 3086768.

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

Color convert

RGB 176 25 47 -
CMYK 0 0.86 0.73 0.31
HSL 351.26º 0.75% 0.39% -
HSV(B) 351.26º 0.86% 0.69% -
XYZ 18.77 10.13 3.66 -
YUV 72.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 176 25 47 0 0.86 0.73 0.31 351.26 0.75 0.39
Hex B0 19 2F 0 56 49 1F 15F 4B 27
Octal 260 31 57 0 126 111 37 537 113 47
Binary 10110000 11001 101111 0 1010110 1001001 11111 101011111 1001011 100111

Color Harmonies of #B0192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0192F

Black with #B0192F

Text Example


Text Example

White with #B0192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0192F; }

 p { color: rgb(176,25,47); }

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

background-color css

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

 a { background-color: rgb(176,25,47); }

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

border-color css

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

 span { border-color: rgb(176,25,47); }

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