Html Css Color HEX #B1282B Cardinal

📋 copy color: '#B1282B'

red 177 ◦ green 40 ◦ blue 43

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

Shades of Cardinal #B1282B

Tints of Cardinal #B1282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 68.08%
G = 15.38%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1282B (or 0xB1282B) is known color: Cardinal. HEX triplet: B1, 28 and 2B. RGB value is (177,40,43). Sum of RGB (Red+Green+Blue) = 177+40+43=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1282B is #4ED7D4. Grayscale: #515151. Windows color (decimal): -5167061 or 2828465. OLE color: 2828465.

HSL color Cylindrical-coordinate representation of color #B1282B: hue angle of 358.69º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1282B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 43 -
CMYK 0 0.77 0.76 0.31
HSL 358.69º 0.63% 0.43% -
HSV(B) 358.69º 0.77% 0.69% -
XYZ 19.33 11.04 3.4 -
YUV 81.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 177 40 43 0 0.77 0.76 0.31 358.69 0.63 0.43
Hex B1 28 2B 0 4D 4C 1F 167 3F 2B
Octal 261 50 53 0 115 114 37 547 77 53
Binary 10110001 101000 101011 0 1001101 1001100 11111 101100111 111111 101011

Color Harmonies of #B1282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1282B

Black with #B1282B

Text Example


Text Example

White with #B1282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1282B; }

 p { color: rgb(177,40,43); }

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

background-color css

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

 a { background-color: rgb(177,40,43); }

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

border-color css

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

 span { border-color: rgb(177,40,43); }

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