Html Css Color HEX #BB233D Cardinal

📋 copy color: '#BB233D'

red 187 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #BB233D

Tints of Cardinal #BB233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 66.08%
G = 12.37%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB233D (or 0xBB233D) is known color: Cardinal. HEX triplet: BB, 23 and 3D. RGB value is (187,35,61). Sum of RGB (Red+Green+Blue) = 187+35+61=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB233D is #44DCC2. Grayscale: #535353. Windows color (decimal): -4512963 or 4006843. OLE color: 4006843.

HSL color Cylindrical-coordinate representation of color #BB233D: hue angle of 349.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB233D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 35 61 -
CMYK 0 0.81 0.67 0.27
HSL 349.74º 0.68% 0.44% -
HSV(B) 349.74º 0.81% 0.73% -
XYZ 21.94 12.1 5.59 -
YUV 83.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 187 35 61 0 0.81 0.67 0.27 349.74 0.68 0.44
Hex BB 23 3D 0 51 43 1B 15E 44 2C
Octal 273 43 75 0 121 103 33 536 104 54
Binary 10111011 100011 111101 0 1010001 1000011 11011 101011110 1000100 101100

Color Harmonies of #BB233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB233D

Black with #BB233D

Text Example


Text Example

White with #BB233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB233D; }

 p { color: rgb(187,35,61); }

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

background-color css

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

 a { background-color: rgb(187,35,61); }

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

border-color css

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

 span { border-color: rgb(187,35,61); }

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