Html Css Color HEX #BB262F Cardinal

📋 copy color: '#BB262F'

red 187 ◦ green 38 ◦ blue 47

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

Shades of Cardinal #BB262F

Tints of Cardinal #BB262F

RGB

 RED value IS 187 (73.44% from 255) = 68.75%

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

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

R = 68.75%
G = 13.97%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB262F (or 0xBB262F) is known color: Cardinal. HEX triplet: BB, 26 and 2F. RGB value is (187,38,47). Sum of RGB (Red+Green+Blue) = 187+38+47=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB262F is #44D9D0. Grayscale: #535353. Windows color (decimal): -4512209 or 3090107. OLE color: 3090107.

HSL color Cylindrical-coordinate representation of color #BB262F: hue angle of 356.38º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB262F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 47 -
CMYK 0 0.80 0.75 0.27
HSL 356.38º 0.66% 0.44% -
HSV(B) 356.38º 0.8% 0.73% -
XYZ 21.7 12.16 3.89 -
YUV 83.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 187 38 47 0 0.80 0.75 0.27 356.38 0.66 0.44
Hex BB 26 2F 0 50 4B 1B 164 42 2C
Octal 273 46 57 0 120 113 33 544 102 54
Binary 10111011 100110 101111 0 1010000 1001011 11011 101100100 1000010 101100

Color Harmonies of #BB262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB262F

Black with #BB262F

Text Example


Text Example

White with #BB262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB262F; }

 p { color: rgb(187,38,47); }

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

background-color css

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

 a { background-color: rgb(187,38,47); }

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

border-color css

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

 span { border-color: rgb(187,38,47); }

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