Html Css Color HEX #B0262B Cardinal

📋 copy color: '#B0262B'

red 176 ◦ green 38 ◦ blue 43

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

Shades of Cardinal #B0262B

Tints of Cardinal #B0262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 68.48%
G = 14.79%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0262B (or 0xB0262B) is known color: Cardinal. HEX triplet: B0, 26 and 2B. RGB value is (176,38,43). Sum of RGB (Red+Green+Blue) = 176+38+43=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0262B is #4FD9D4. Grayscale: #4F4F4F. Windows color (decimal): -5233109 or 2827952. OLE color: 2827952.

HSL color Cylindrical-coordinate representation of color #B0262B: hue angle of 357.83º 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 #B0262B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 43 -
CMYK 0 0.78 0.76 0.31
HSL 357.83º 0.64% 0.42% -
HSV(B) 357.83º 0.78% 0.69% -
XYZ 19.03 10.79 3.37 -
YUV 79.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 176 38 43 0 0.78 0.76 0.31 357.83 0.64 0.42
Hex B0 26 2B 0 4E 4C 1F 166 40 2A
Octal 260 46 53 0 116 114 37 546 100 52
Binary 10110000 100110 101011 0 1001110 1001100 11111 101100110 1000000 101010

Color Harmonies of #B0262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0262B

Black with #B0262B

Text Example


Text Example

White with #B0262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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