Html Css Color HEX #B0263F Cardinal

📋 copy color: '#B0263F'

red 176 ◦ green 38 ◦ blue 63

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

Shades of Cardinal #B0263F

Tints of Cardinal #B0263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 63.54%
G = 13.72%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0263F (or 0xB0263F) is known color: Cardinal. HEX triplet: B0, 26 and 3F. RGB value is (176,38,63). Sum of RGB (Red+Green+Blue) = 176+38+63=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0263F is #4FD9C0. Grayscale: #525252. Windows color (decimal): -5233089 or 4138672. OLE color: 4138672.

HSL color Cylindrical-coordinate representation of color #B0263F: hue angle of 349.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0263F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 63 -
CMYK 0 0.78 0.64 0.31
HSL 349.13º 0.64% 0.42% -
HSV(B) 349.13º 0.78% 0.69% -
XYZ 19.49 10.98 5.79 -
YUV 82.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 176 38 63 0 0.78 0.64 0.31 349.13 0.64 0.42
Hex B0 26 3F 0 4E 40 1F 15D 40 2A
Octal 260 46 77 0 116 100 37 535 100 52
Binary 10110000 100110 111111 0 1001110 1000000 11111 101011101 1000000 101010

Color Harmonies of #B0263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0263F

Black with #B0263F

Text Example


Text Example

White with #B0263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0263F; }

 p { color: rgb(176,38,63); }

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

background-color css

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

 a { background-color: rgb(176,38,63); }

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

border-color css

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

 span { border-color: rgb(176,38,63); }

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